Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT indexer reports "Unresolved includes" for files it actually read
CDT indexer reports "Unresolved includes" for files it actually read [message #1780354] Sat, 20 January 2018 23:12
Eclipse UserFriend
CDT indexer skips some header files from my project randomly. I have a large project and after the indexer is done I see that CDT marks some symbols as not resolved. Let's say it's a symbol A::a from x.h.

In the indexer log file I see
Unresolved includes (from headers in index):
   file:/some-long-path/x.h is not indexed

and
Unresolved names:
   Attempt to use symbol failed: a in file another-long-path\x.cpp:115

What is strange ` file:/some-long-path/x.h` exists and is perfectly accessible. Moreover, I monitored it with the Process Monitor, the indexer in fact successfully reads it from the disk while indexing. There was not a single not successful OS operation on this file. Yet somehow for CDT it is "unresolved".

What I should do with CDT?

[Updated on: Sat, 20 January 2018 23:15] by Moderator

Previous Topic:continue to use Eclipse?
Next Topic:Project -> Build Automatically option - where in Oxygen?
Goto Forum:
  


Current Time: Thu Jul 17 02:18:33 EDT 2025

Powered by FUDForum. Page generated in 0.06134 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top