Hi!
I just upgraded to visual studio 2017 (c++) and cannot get "edit and continue" to work. So it tells me I need this setting enabled for "edit and continue".
Error The 'Require source files to exactly match the original version' setting under Debug->Options->General needs to be enabled for Edit and Continue. Please check this option and try again. Edit and Continue
But if I enable this setting all breakpoints gets invalid ("this breakpoint will not be hit. The source code is different from the original version".
And to enable this for all breakpoints it tells me to enable the exact setting above (the one that needs to be OFF for edit and continue to work in the first place). How to work around this silliness?
Thanks!
Erik