I've been using VS2015 RC until July 19th, then uninstalled and subsequently installed VS2015 Community (the official release). I was able to successfully debug and run C++ programs on VS2015 RC, but however, when I now try to run any simple program that I have successfully debugged in the past or any new one, VS2015 Community gives me a popup that says: "This project is out of date. ProjectName - Debug Win32. Would you like to build it?"
I've been on SO and found this: Visual Studio Project out of date, but even after deleting all the .tlog files, I've still been getting the same issue. I've also deleted all the .pdbs, but that hasn't helped either. Does anyone know what a fix might be? Thanks!