"Invalid project path" warning messages
On rare occasions, when building a project you may see one or more warning messages of the form:
Invalid project path: Include path not found ....
This will not generally stop your project successfully building, but can "hide" other more serious warnings. To fix this, you need to rename/delete the file:
<your_workspace>/.metadata/.plugins/org.eclipse.cdt.make.core/<projectname>.sc
The recommended way of doing this is as follows:
- Shut down the Code Red IDE
- Rename the file to something else
- Restart the Code Red IDE
The file should be rebuilt when the Code Red IDE is restarted. If everything is OK, you can delete the file that you renamed.
An alternate method would be to export your project(s), create a new workspace and import the project(s).
