The thing is, this file does exist! I even tried reordering the code to test a hunch, and the error only comes up on line two! What can I do? I tried #include\air.h and #include "air.h" but neither work. Please help!
@iggyfigs(View Post) This is because you did not set up your include directories. I do not use C::B, I use Visual Studio, so read up in the wiki for it a bit more.
You have included the 'includes' folder wrong. I know the wiki says add 'includes' but try adding the entire path to it, like 'C:\tptsource\includes' or wherever you have it
Thank you! linking the entire path worked. But now, I have another error... In includes\graphics.h, I am getting the error on line 3 (#include ): D:\Apps\PowderSource\includes\graphics.h|3|fatal error: SDL/SDL.h: No such file or directory Now, I would give a directory to this file, but I have no clue what or where it is!