I have never used Visual C++ much but I am trying to get SFML to work with it.
I copy/pasted the include folder and lib files.
I tried running the initial code in the SMFL tutorial on the website but there is a DLL problem. When I would try to run the program, the exe comes up wityh an error stating "sfml-system.dll is not on your computer."
If I place the dll in the same directory it works, but it is a pain to have to include that anytime I want to compile a SFML project. I am 99% sure everything is in the correct folders, and I even linked the project to separate folders on my Desktop where all of the SFML files are.