I'm using the JsonCpp library. Previously, in VS 2015, it was possible to inspect the contents of a Json::objectValue with the debugger. It was shown as a std::map somewhere in the containing class (I even used a visualizer). However this is not the case anymore in VS 2017. There is still a
std::map<Json::Value::CZString, Json::Value>
but I cannot inspect it anymore. I looked at maps that I create directly and there everything is fine. Anyone has a clue? BR, Daniel
There were no extensions installed in VS2015 that seemed to be related. I tried installing some under VS2017 though, but without any effect on the problem.