Hello,
i want to get startet with SFML in C++ and i set up VS2017 for this. I think I did everything correctly because when I try to compile and execute this HelloSFML-example, there is a HelloSFML.exe in the debug-directory. Unfortunately VS only gives me an error-message which says this exe cannot be executet and there is an unknown error in the framework of Windows-webservice (It's in German, so I can't tell you the exact words). Actually everything is working, because I can start the exe manually and it works. I could to this everytime like that but debugging is not possible this way. Did anybody have this problem or does anybody have a solution or an idea what I could try? The only idea I had was to run VS in admin-mode -no success.
I use Win7 64, Visual Studio 2017, SFML 2.4.2 for Visual C++ 14 (2015) - 64-bit (supposed to work with VS2017)
Thanks a lot!