I have an old MFC application that I've been updating with Visual Studio Pro 2015 (Update 3). All of a sudden, I started getting the following error.
The error happens anytime I try to save a resource, whether it's a dialog, ribbon or version resource.
After the error, I get a message saying it cannot save the file, and then opens a Save dialog box to offer an alternate filename/location to save myapplication.rc. If I select the same file, I get a prompt saying the filename already exists and asks me if I want to overwrite it. If I answer yes, I get the same error message as before.
I can find very little information on this. Apparently, it's having trouble saving my resource file, but why? Any tips appreciated!