Ty_
Ty_

Reputation: 848

Cannot compile a basic SDL tutorial with C++ and visual studio 2010 express - SDL.h not found

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

Answers (1)

Benjamin Lindley
Benjamin Lindley

Reputation: 103703

Remove the quotation marks around the include directory path.

Upvotes: 1

Related Questions