Content originally posted in LPCWare by lpcxpresso-support on Wed Oct 02 03:23:44 MST 2013
As we have previously stated without seeing your project, it is impossible to tell what is going on.
My best guess given that your project has been under development for a very long period of time, something in the project settings has become corrupt. A few possible things to check/change might be:
[list]
[*]Check whether you are specifying include paths within the source code itself. In particular look to see if in some place your are using Windows style relative pathnames, ie of the form "..\" and in others you are using Unix style, ie of the form "../". If this is the case try changing all such usage to Unix style ("../"). Making such a change should just take a couple of minutes using the IDE's search and replace.
[/list]
[list]
[*]Go to Project Properties -> C/C++ Build (top level) -> Refresh Policy tab. The name you see displayed should match exactly with the name of your project. If this is not the case, use the delete option to remove it, then the "Add Resource" to select your project again.
[/list]
[list]
[*]Check the indexer settings in Window -> Preferences -> C/C++ Indexer. In particular, ensure that “Index source and header files opened in editor” is selected.
[/list]
Note that these are only guesses, but it would be interesting to know whether any of these help at all.
To be honest though, given the age of your project and the problems you are seeing, it might actually be simpler to just recreate it again.
Regards,
LPCXpresso Support