Reputation: 41
I created an SFML template and encountered the issue to open main.cpp from the Source Files folder, I got the error message - "The document cannot be opened. It has been renamed, deleted or moved." The next attempt to build the other template gave me the same result. All templates I created in VS 2015 had the same issue, it didn't let me open the main file. I didn't find any useful and similar cases with web search, If someone encountered the similar issues creating his own template in VS 2015, please share the solution how to fix that.
I'll be very grateful for any suggestion.
Upvotes: 0
Views: 1294
Reputation: 41
This is a real issue of VS 2015, here's how to solve it:
This blog post helped me figured it out: http://www.mvdcorput.nl/2016/03/creating-visual-studio-2015-project-template/
Upvotes: 1