I am using eclipse CDT luna for a C++/C project. I have downloaded from a github and maintaining a local repository. I imported a project to eclipse "existing code a Makefile project". When I build the application once on the command line it compiles and runs and I could also debug the source. What is annoying at the moment is that all most std included and system included shows "unresolved inclusion" error.
I ve changed my toolchain in the project properties to Linux GCC, Cross GCC and to GNU autotools but they wont go away.
I also added following paths to and tried to buld the index but did not work either.
Does anyone has any idea why this happens. Once again I am iterating that project compiles and runs just fine but these markings are really annoying as I can not see breakpoints ect.
std setting of my project properties as follows.