I created a static library which i'm including in another C++ eclipse cdt project. Everything is compiled correctly once i change the build settings accordingly, but the editor still doesn't recognize the types which were declared in the static library, marking many red squiggly marks, etc.
Is there any way to make the eclipse editor search in the same places as the compiler? It is a very big visual nuisance to say the least.