MinGW g++ doesn't find headers in its own include directory
问题 So I recently installed MinGW via the latest version of nuwen's MinGW distribution that includes the boost C++ libraries. Specifically, I was after the scoped_ptr that the boost library provides. However, when I try to include the scoped_ptr ( #include <boost/scoped_ptr.hpp> ) in my header, the compiler throws error: boost/scoped_ptr.hpp: No such file or directory Makefile: compile: g++ -o gen/cavestory src/**.cc run: gen/cavestory Also, I added a back version of SDL to MinGW's include