HI. I finished downloading SFML to my machine. I configured the configuration settings for C++ in Visual Studio 2022. All I did was follow the tutorial from SFML and Visual Studio on the SFML website. Those were in in the C/C++ > General page for Additional Directories and Linker > General. In all that's the headers and libraries.
When I compile the main code on the website to see if its working I get the following error:
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl sf::VideoMode::VideoMode(unsigned int,unsigned int,unsigned int)" (__imp_??0VideoMode@sf@@QEAA@III@Z) referenced in function main ApplicationSFMLtest C:\Users\*******\source\repos\ApplicationSFMLtest\ApplicationSFMLtest\ApplicationSFMLtest.obj 1