Eclipse cdt: Includes header file correct, compiles, but highlights source code: “Unresolved inclusion”
问题 I have a project that uses a shared library from another project. In project settings I put the correct include paths and library for the GCC and G++ compiler (-L and -l option). It all compiles well, no problems here. But the source code is not analyzed correctly. My included headerfile (that is located in the other project) is marked as "Unresolved inclusion and everywhere I use something from it, the source is highlighted as well. #include "myHeader.h" Any ideas? thanks! 回答1: The one that