Reputation: 848
The file SDL.h is in C:/user/desktop/sdl-version/include/SDL.h (where SDL.h is the file not a new folder) and I have set up my property pages to include C:/user/desktop/sdl-version/include. However, when I compile it says SDL.h cannot be found. What is the issue?
Screen cap of the properties page:
image http://imageshack.us/a/img16/53/propsr.png
Upvotes: 0
Views: 470
Reputation: 103703
Remove the quotation marks around the include directory path.
Upvotes: 1