I used the latest release (single include file), compiled using VS2017 - Visual Studio 2017 Developer Command Prompt v15.9.1.
As a work around I removed std:: from all the snprintf calls.
I was building an addon for kodi: kodi-pvr/pvr.vuplus#156
Full gist of build output: https://gist.github.com/phunkyfish/c8456619bd85c16b1f9243e83517ac46
Note that it builds for all other platforms without issue.
I used the latest release (single include file), compiled using VS2017 - Visual Studio 2017 Developer Command Prompt v15.9.1.
As a work around I removed
std::from all thesnprintfcalls.I was building an addon for kodi: kodi-pvr/pvr.vuplus#156
Full gist of build output: https://gist.github.com/phunkyfish/c8456619bd85c16b1f9243e83517ac46
Note that it builds for all other platforms without issue.