Community
Participate
Working Groups
This may be related to bug 72589. In CDT3.0-rc1 (EC3.1), selecting an "include path from workspace" sets the path in the project properties -> C++ Include Paths..., but the indexer cannot find the files. Setting the same path via "Add External Include Path" works for non-system includes, i.e. files not surrounded by <>. A separate bug report is being filed regarding system files. Eg given the following project hierarchy: +-c:\test\.project +-src // source folder +-main.c // contains the line, #include "other.h" +-include // header folder +-other.h // the file we are looking for When adding "include" as an include path from workspace, the indexer can't find other.h and reports an error. Adding the "include" directory as an external path (c:\test\include) allows the indexer to find the file.
Works fine in 3.0 RC2.