|
Re: Can't compile C++ inside eclipse [message #1787612 is a reply to message #1787504] |
Wed, 30 May 2018 05:37  |
Eclipse User |
|
|
|
"Unresolved inclusion" is a syntax checking error.
The GCC compile would say "No such file or directory".
So, you are getting these before any compile.
Project building should still work.
You likely have an Indexer configuration problem where the Builtin Provider is not working properly.
Check that a Builtin Provider is selected at
Project --> Properties --> C/C++ General --> Preprocessor Include Paths, Macros etc. --> Providers tab
You can cause a console to be opened to see what (if anything) is being returned by the provider.
Select Allocate a console in the Console View at the bottom of the dialog when selecting a builtin provider.
Alternately, execute the provider command in a terminal window.
You may need to rebuild the index after making the selection.
Project --> C/C++ Index --> Rebuild
|
|
|
Powered by
FUDForum. Page generated in 0.03783 seconds