I've got a C++ solution that always forgets the solution config(debug vs release etc), and startup project when opened.
On startup it always defaults back to debug, and no startup project.
This data used to save correctly, but a few months ago it ceased to function. Originally this was with VS2013, but I'm on VS2015, and the solution continues to not save this data.
I've tried deleting various files.
In the solution folder I deleted the .sdf
In the solution Release folder there was a .suo I deleted
Neither of these fixed the problem.
I don't know where this information is saved, does anyone know how to go about fixing this problem?
Thanks