On 2 different computers (both Windows 10 Pro fully patched), I am running Visual Studio 2019 Pro (also fully patched).
If I create a new dummy Windows Forms project (VB or C#), edit and continue works great.
If I open a solution (composed of 25 projects) I have been working for years on the same computers, edit and continue is not working.
So what I understand is that there are settings on a per-solution basis that would affect the edit-and-continue. Of course, I build in Debug mode (not Release).
If I look at Tools-Options-Debugging-General, "Enable Edit and continue" is enabled. Also Tools-Options-Debugging-Just in time, the 3 options are selected.
Do you know what it could be?