c++ - Cannot find include files from other .h files in eclipse CDT despite settings being correct -
I have a project that contains 3 party headers in that header, in other directories other headers are included I have the properties of the project There are all these directories specified in the C / C ++ general -> paths and symbols (for all languages).
The file that can not be found, in which one of the routes shown is right in the project explorer! See illustration below, how can I take it to work? Note, from my source, I can control a third party header - I can get it. It seems that these headers can not find other headers. I tried to rearrange its order, it has no advantage.
< / Html>
Comments
Post a Comment