Eclipse C/C++ - how to remove include paths and symbols

1 week ago 6
ARTICLE AD BOX

During development and debugging I have moved and copied my project to different folders. Everything now works correctly and I can build and debug the project. However, there are about 25 warnings in the Problems window, all reporting "Invalid project path: Include path not found....

If I open Project>>Properties>>C/C++ General>>Code Analysis>>Paths and Symbols>>Includes I can see all the include paths in my current project folder, but also the same number in a folder in which I previously copied the project, but which no longer exists.

I would like to remove these invalid references to tidy the project. However the option the delete them is greyed out. My question therefore is how do I remove them?

Read Entire Article