Community
Participate
Working Groups
Build Identifier: M20100909-0800 So I have one project where I include mongodb's headers. Code assist fails to help with any of the symbols. If I create another project with the exact same configuration and include the header, code assist works fine. I've seen this problem with other headers as well, like OpenSSL, so it is not just related to a single header. Again, including the headers in a different project works fine. How can I go about debugging this? Reproducible: Sometimes
I should mention that this is not an include path issue as all the headers are found by #include directive auto-completion (and in particular, they are all offset from /usr/include).
(In reply to Nathaniel McCallum from comment #0) > How can I go about debugging this? We would need more information about your project configuration. Is it a Makefile project? Does your build include source files that include the header files in question? If not, is the "Index source files not included in the build" preference enabled in Preferences -> C/C++ -> Indexer?
Feel free to reopen after providing the information requested in comment 2.