Hi, so I finally finished to set up sfml for visual studio with vcpkg, i do not get include error or sfml errors but when I run my program to test which is the exemple given by sfml in tutorial/sfml and linux (Im on windows).
I get many errors in the cnosole such as identifiers not found, undecalred indentifiers, syntax errors, unexpected tokens, etch. I dont mind getting a simple explanation about how to setup it correctly.
For those who wanna know what i've done in the setup so far, here.
(In cmd.exe):
git clone
https://github.com/Microsoft/vcpkg.git.\vcpkg\bootstrap-vcpkg.bat
vcpkg install SFML
vcpkg integrate install
(Put the correct include directory(In properties/C/C++/Additional Includes Directory)
(put the correct lib directory(In properties/LinkerAdditional Librairies Directory)
I hope im clear enough, thanks.