Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse error?
Eclipse error? [message #1791105] Fri, 22 June 2018 23:22 Go to next message
William Lagsit is currently offline William LagsitFriend
Messages: 2
Registered: June 2018
Junior Member
Can someone help me with this error?
  • Attachment: error.png
    (Size: 87.27KB, Downloaded 74 times)
  • Attachment: error.png
    (Size: 87.27KB, Downloaded 67 times)
Re: Eclipse error? [message #1791608 is a reply to message #1791105] Mon, 02 July 2018 20:45 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
I notice that your HelloWorldTest project doesn't have this problem.
Check that your includes have the same builtin directories s as the HelloWorldTest project (expand the ok-->Includes in the Project Explorer view).


If not then the builtins provider isn't working.
Go to Project --> Properties --> C/C++ General --> Preprocessor Include Paths, Macros etc. --> Providers tab
and enable one.

You may need to rebuild the index: Project --> C/C++ Index --> Rebuild

Try creating an HellowWorld project but replace the generated code with yours.
If it works then compare your 'ok' project with the new one to see where it went wrong.

Previous Topic:Linking 3rd Party libraries issue
Next Topic:MinGW in CDT 9.5 Photon IDE
Goto Forum:
  


Current Time: Thu Mar 28 17:13:43 GMT 2024

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

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

Back to the top