Page 1 of 1

Trouble resolving dependencies (Eclipse)

Posted: Wed Dec 19, 2018 8:56 pm
by tuskiomi
I'm getting a few errors with my custom classes. The errors show up in the IDE, but there is no problem compiling, and using this class works just fine. Even the F3 (open Declaration) function works fine.

Image

after doing some research, people seem to be saying that this is a problem with the CDT, so I posted my CDT settings below, and everything seems to be right.

Image

Re: Trouble resolving dependencies (Eclipse)

Posted: Wed Dec 19, 2018 9:18 pm
by RbSCRx
Have you set the include-paths in the 'Path and symbols' of the project settings?

Re: Trouble resolving dependencies (Eclipse)

Posted: Thu Dec 20, 2018 4:40 am
by tuskiomi
yes, You can see all of my includes here: https://pastebin.com/Zhc8cAh2

Re: Trouble resolving dependencies (Eclipse)

Posted: Thu Dec 20, 2018 7:16 pm
by RbSCRx
Based on this post (viewtopic.php?f=13&t=8512) I assume you're using C++, but in the provided include file you didn't set include paths for C++.

Re: Trouble resolving dependencies (Eclipse)

Posted: Fri Dec 21, 2018 5:51 am
by tuskiomi
Yes, I've duplicated all paths for the C++ portion.