Update:
If I build my program linking the MFC as static library then it works perfectly. Unfortunately I don't want to link MFC statically against my project.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
As in the subject I cannot simply step into the MFC source code at debugging time.
My dev environment is fully updated. I'm using VS2017 professional.
Steps:
I created a default MFC project, compiled it and run it step by step but when I want to step into MFC code it says it cannot find the code. And even if I browse and point VS under
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\atlmfc\src
I attached a screenshot about the message it says.
The properties of the projects are all left default and the platform toolset is: Visual Studio 2017 (v141)
The symbols are correctly downloaded.
Any idea how to fix that?
Thanks!
264656-bug.png
Update:
If I build my program linking the MFC as static library then it works perfectly. Unfortunately I don't want to link MFC statically against my project.