Hi i am using Visual c++ with SDL
I have been using a tutorial from lazy foo productions but when i go to build my solution my complier says:
Cannot open include file: 'SDL.h': No such file or directory
Hi i am using Visual c++ with SDL
I have been using a tutorial from lazy foo productions but when i go to build my solution my complier says:
Cannot open include file: 'SDL.h': No such file or directory
I know zero about SDL but do you have all of the directories set up properly?
The includes go under the Project/"YourProject"Properties/ConfigurationProperties/C-C++/AdditonalIncludeDirectories
You'll also need to put the libs directories under the Linker/AdditionalLibraryDirectories of that same Config Properties menu (and the names of the libs under the Linker/Input/AdditionalDependencies))
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.