Visual studio 2019, Unable to start Debugging

Viewed 33

I've been working with Unreal Engine 5 and C++ for a while recently, and all of the sudden, for no noticed reason, my C++ no longer allows me to debug because of "Project property debugger settings. If I make a change to my C++ and hit F5, it fails to debug and gives me the error message "Unable to start debugging. Check your debugger settings by opening project properties and navigating to 'configuration properties-->Debugging'". However if I open another UE5, C++ project that is completely unrelated, make a change, I can compile. If I compare the said settings, they are exactly the same so I do not understand what the issue is.

0 Answers
Related