I just installed the Eclipse CDT on my c ++ application development machine.
I created a new project in C ++. I copied the cpp file.
When I click the build button, the project compiles without errors.
However, I have a problem. The problem is that Eclipse tells me that there are many errors. For example, Eclipse shows that “using the std namespace” is an error or that “#include” is an error.
I do not know what the problem is with Eclipse, because my file compiles correctly when I click the "build" button.
Are there any settings that I did not set correctly?
Thanks!
source share