I'm trying to use the "Edit and Continue" feature in Visual Studio 2022, but it gives the warning "Code not able to compile" and then the following error:
'Debug.exe' in 'Base.cpp' was not linked with Edit and Continue enabled. Make sure that the Edit and Continue option (/EDITANDCONTINUE) is not ignored by the connector in the Error List window.
On the error screen, however, I did not see a warning that disables the /editandcontinue setting. I think I'm missing something in "Configuration Settings" but I couldn't find it. Also, the /ZI setting of the project and .cpp file is enabled.
I would be very grateful if you could help me solve this.