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"