Probably because that exact file at the exact path it expects doesnt exist. Make sure its in your include path, and also make sure that you have the correct case. Some compilers are case sensative, so "gp32.h" is a different file that "gp32.H" or "GP32.h" etc... (paths are also case sensative at times)