c++ - Eclipse CDT shows "unresolved inclussion" Errors though project compiles -


i using eclipse cdt luna c++/c project. have downloaded github , maintaining local repository. imported project eclipse "existing code makefile project". when build application once on command line compiles , runs , debug source. annoying @ moment std included , system included shows "unresolved inclusion" error.

i ve changed toolchain in project properties linux gcc, cross gcc , gnu autotools wont go awenter image description hereay.

i added following paths , tried buld index did not work either.enter image description here

does has idea why happens. once again iterating project compiles , runs fine these markings annoying can not see breakpoints ect.

std setting of project properties follows. enter image description here


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

frame rate - JAVA simple fps animation(how can i work with?) -