VS2019 updated itself this morning and I'm suddenly finding a problem with my C++ builds....
Normally, if I rebuild a project and then press 'Build' the build doesn't happen (because it's just been fully built). But what's happening now is that the pre-build and post-build stages keep getting run - even though the main project itself doesn't need to get compiled or linked.
Is there a way I can "roll back" a VS update and go back to the previous one which worked properly?