Netbeans C++ error

Hi
I did the installation NetBeans and Cygwin

including the welcome project, I get the same "Cannot find include file <iostream>," or any other include file.

I have set the environment variables as instructed, and I have also set the proper include directory by right-clicking the Header Files folder in my project > Properties > C++ Compiler > Include directories and setting it as "C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\include\c++"


Code:
#include <iostream>


which says Code:
cannot find include file <iostream>

I select debug -> Debug main project

The following window opens
"Resolve Missing Native Build Tools"


I can how solve this problem?

thanks in advance.
Last edited on
Did you check if it's really the right directory path? Cause I can't imagine anything else that could go wrong there.
Error:

cygwin does not work in 64-bit......
Topic archived. No new replies allowed.