Yep, removing the extra headers fixed the problem nicely, thank you!
I do however have another problem now... When trying to compile for PPC, specifically the emulator, I get the following error:
Deleting intermediate files and output files for project 'game - Win32 (WCE x86em) Release'.
--------------------Configuration: game - Win32 (WCE x86em) Release--------------------
Compiling resources...
Compiling...
main.cpp
GapiApplication.cpp
Linking...
GapiApplication.obj : error LNK2019: unresolved external symbol _SHFullScreen@8 referenced in function "protected: static long __stdcall CGapiApplication::ToggleFullscreen(struct HWND__ *,int)" (?ToggleFullscreen@CGapiApplication@@KGJPAUHWND__@@H@Z)
X86EMRel/game.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
game.exe - 2 error(s), 0 warning(s)
I'm thinking it can't find a lib, but I don't see any problem with the settings I entered. If you can narrow down where to look that'd be great. Thanks!