weired toolip in VS2019 C++

Jason Hsu 1 Reputation point
2021-03-23T04:40:57.82+00:00

I'm using VS Community 2019 C++ 16.9.2 on Windows 10 Prof. In a simple C++ project, I set Platform Toolset v142 and /std:c++17. Then in the .cpp, I include <string>, <vector> and "json/json.h" of JsonCpp.

Please take look at the screenshot
80445-untitled.png

I explicitly use std to declare a variable of the vector of string, but the IDE shows me it's Json::Value::Members.

I'm not sure if it's a know bug or anything

Developer technologies C++
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.