Usually this happens when a workspace is moved from one location to another. Then the source references in the debug file point to the wrong directory. A simple build often does not help because make sees that the object file is newer than the source file and does not recompile it. Make does not recognise changed location. You have to a complete rebuild manually (using "Build All") or simply delete the complete directory with all generated objects before you run the compiler.
↧