Hi, recently I finally got SFML to work under VS2017.
I made it so I dont have to configure everything every time I make a new project by creating an SFLM template, although I have to copy and paste the .dll files to the new directory each time but its not a problem.
First time it worked like a charm, but when I tried to make another project I get the error when I try to complile it saying that I'm missing stdafx.h file.
Sure enough, it usually creates one with each new project but with this one it says that it must've been deleted or moved. Even when I copy the stdafx.h file from another project it doesnt solve the problem.
Now I'm getting another error which reads:
fatal error C1083: Cannot open precompiled header file: 'Debug\TestSFML.pch': No such file or directory.
Thanks for all the help and tips!