SDL_Image

I'm fairly certain I've included all the right headers correctly and the such, I have these:
1
2
#include <SDL2/SDL.h>
#include <SDL_image.h> 

However, SDL_image can't locate SDL.h...
So clearly, I haven't done it correctly. Could anyone help?
Try downloading the SDL2_image library.
...Except I do have the SDL2_image library and I'm fairly certain that I've set it up correctly.
Try changing your include path so it goes to SDL.h directly. (So you wont have to put SDL2/SDL.h).

Otherwise would need more info on IDE/what you have tried etc.
What do your project settings and folder layout look like?
Topic archived. No new replies allowed.