C:\Users\YOU\SFML-2.5.1\
.
C:\Users\YOU\SFML-2.5.1\
, we will use this later.
Configuration Properties ➤ C/C++ ➤ General
, locate the
Additional Include Directories field.
C:\Users\YOU\SFML-2.5.1\include\
Configuration Properties ➤ Linker ➤ General
,
locate the Additional Library Directoreis field.
C:\Users\YOU\SFML-2.5.1\lib\
Configuration Properties ➤ Linker ➤ Input
,
locate the Additional Dependencies field.
sfml-graphics.lib;sfml-window.lib;sfml-system.lib;
You should now be able to build and run your SFML program.
If you experience any additional errors, try to search for the error message (plus "SFML") in your search engine to look for solutions other people have found.