Hallo,
nach dem Update auf Microsoft Visual Studio Community 2017, Version 15.7.0 kann ich ein Projekt meiner Projektmappe nicht mehr kompilieren. Das Projekt verwendet als einziges Projekt
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
der Boost Library, Version boost_1_61_0. Ich verwende die beiden Libraries Header-only-Libraries.
Building 64-Bit-Debug/Release führt zu "Fehler C1007: Nicht erkanntes Flag '-Ot' in 'p2'.", und zu LNK 1257.
Was ist falsch?
After updating to Microsoft Visual Studio Community 2017, Version 15.7.0 I am not able to build one single project of my solution. Only this project uses
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
of Boost Library, Version boost_1_61_0. Both libs are header-only.
Building 64-Bit-Debug/Release leads to "Error C1007: unrecognized flag '-Ot' in 'p2'.", and to LNK 1257, too.
What is wrong?