Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Sun, 21 January 2018 04:12
Andrey Sotnikov is currently offline Andrey SotnikovFriend
Messages: 23
Registered: October 2014
Junior Member
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: Sun, 21 January 2018 04:15]

Report message to a moderator

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


Current Time: Tue Apr 23 08:03:52 GMT 2024

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

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

Back to the top