-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I have created simple C++ helloworld project and I get following warnings:
Invalid project path: Include path not found (/usr/include)
Invalid project path: Include path not found (/usr/local/include)
It seems that eclipse does not look for header files on the host or does not have access to them.
Also, similar problem occurs when trying to use QT Test runner in C/C++ unit testing - adding 'qmake-qt5' as external tool is impossible, since /usr/include/qt5 directory is not found.
Is there a plan to support any of these scenarios?
My configuration:
Eclipse SDK
Version: 2021-06 (4.20)
Build id: I20210526-0600
OS: Linux, v.5.6.6-300.fc32.x86_64, x86_64 / gtk 3.24.29, WebKit 2.32.0
Java vendor: Oracle Corporation
Java runtime version: 15.0.2+7-27
Java version: 15.0.2
Eclipse C/C++ Development Tools 10.2.0.202103011047
