So, I came up with a work around b \ c that the error message showed that I need to add a constant somewhere
static constexpr char const m_pszFoo[] = "**FOO***";
for some reason, if we tell the compiler that we cannot change the char that the line points to msvc.
* Change *
I came up with some tips to report a bug using microsoft and allow them to investigate, since it looks like an interop error with msvc. here's the link connect.microsoft: https://connect.microsoft.com/VisualStudio/feedback/details/2781048
source share