Hello,
I'm attempting to install Protobuffers Version 3.6.1 on a windows 7 machine. I've reached the 'nmake' step after the multiline cmake command, and am using the command prompt from Visual Studio 2017
Compiling quickly terminates with many errors saying "error C3646: 'noexcept' : unknown override specifier"
The only feedback I've seen related to this mentions that Visual Studio 2013 can't handle the noexcept identifier. (But that 2015 does. That seems to imply that 2017 does as well)
Does anyone have an idea what my problem might be? Has anyone run into a similar issue?
Thank you,
Dan