Hi
I am trying to compile a project that used to compile (yesterday). Since then I switched git branches to work on a different version, then switched back.
I did a Project->Build Clean to rebuild the workspace, but one of the projects is getting a compilation error due to the include path not being found.
There are 5 different paths specified in the project Include paths dialog box, but only three are ending up as -Ixxx in the gcc command line.
It looks like whatever is generating the command lines is not refreshing them properly.
Anyone have ideas how to fix this?
Thanks