Eclipse generate a lot of errors in C++ class

If I switch to some C*+ class, it generate a lot of errors like “Member declaration not found”.
It didnt know for example std::string, jstring, std::vector…
If I delete this erros from “Problems” tab its OK and I can run my project.
Its really annoing. I try to search settings for C*+, but nothing help me.

Eclipse Indigo.

It looks like you haven’t config the valid path of c++ standard library into eclipse.

Can you tell me, where can find this config and what is the right value?

I will check it.

May be you can refer [[How to run HelloWorld and tests on linux]].
In linux, we use the standalone toolchain to build c++ codes.