Forum Discussion
Isaac_V_Intel
Contributor
5 years agoHello Leond,
in this case, please check that you have these variables on the following path. Project->properties->C/C++ General->Paths and Symbols in the "include" tab I had to add the following directories.
In "GNU C":
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include
- $MINGW_HOME\include
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include-fixed
In "GNU C++" :
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include\c++
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include\c++\mingw32
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include\c++\backward
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include
- $MINGW_HOME\include
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include-fixed
Best regards,
Isaac Vazquez.