C++ Creating A Project
Create C++ Project
In Visual Studio, create a new project. You need to select the 'C++' tab, and then 'Empty Project':
Remember, if you are doing this on college machines you must set the location to be on your compiled storage drive.
You will now see the solution explorer, but remember we created an empty project:
Install SFML
In Visual Studio, and Project, select 'Manage Nuget Packages'.
Click the browse tab and type:
'sfml'
Now look for the version numbers, each version has a slightly different name. I have found:
SFML has 5 different components, so click each one and click install.