I have just updated a project to VS2022 from VS2013. I compiled fine with v120 build tools. I then changed to v143 build tools.
I’m getting a compilation error that only makes sense if the compiler is trying to build using C++17, but I have C++14 selected.
Any thoughts?