I created eclipse project files for a c++ project with cmake -G"Eclipse CDT4 - Unix Makefiles".
I cant find the option to change the toolchain anymore because C++ Builder is not listed, only c++ General can be viewed in Eclipse.
Because I dont have the toolchain set right it is not able to find the STL, meaning string, vector etc.. is not found (type string is unresolved).
How can I fix this?