mmozeiko
Does "W:\build\win32_handmade.exe" file actually exists?
Is this final VS2019 version? If you had preview versions installed before it may messed up something.
Can you debug C++ applications from solution created in VS?
I had no preview versions installed, it's the 2019 final release version.
The file does exist and I can run it, which opens up the intended
MessageBox() popup.
And it appears that I can debug C++ application created directly in VS - at least if this is what it's supposed to look like to create a C++ project in VS and hit F11.
EDIT: Turns out I
can now run
devenv \build\win32_handmade.exe successfully! Upon creating a C++ project, Visual Studio prompted me to install some additional workload for C++, and now it works. I thought I'd had installed the necessary C++ tools but apparently not.
Thank you for this hint! :) Consider this thread resolved.