c++netbeans

Netbeans C++ Detecting errors when there are none


I am using Netbeans for a c++ project. However, all the c++ includes/syntax(iostream, cstdlib, cout etc) are indicated as errors by Netbeans. I pointed the project compiler to g++ and the project runs fine, but I don't know how to make it find the libraries

Resolved: Netbeans was just being dumb...restarted it and created new project...everything works...


Solution

  • Resolved: Netbeans was just being dumb...restarted it and created new project...everything works...