Did you try this, too? If the files are in your compiler's default include directory (check!), then it shouldn't need to be set specially anyway, but this is your next port of call.Oogaland said:It might be worth checking your include path, too.
Those directories are extras for the individual project. The global settings are shown in Tools->Compiler Options->Directories->C Includes and ...->C++ Includes.Kaysakado said:If you're talking about Project->Project Options->Directories->Include Directories, I did check, and it was balnk.
[My Dev-C++ folder]\include
[My Dev-C++ folder]\lib\gcc\mingw32\3.4.2\include
[My Dev-C++ folder]\include\c++\3.42\backward
[My Dev-C++ folder]\include\c++\3.42\mingw32
[My Dev-C++ folder]\include\c++\3.42
[My Dev-C++ folder]\include
It's considerably fiddlier to set up than Dev-C++.Kaysakado said:Bump/double post.
Also, since Dev-C++ seems to not be working anymore, can someone give me instructions on how to compile in Visual Studio? That might work.