Since Update 3 of Visual Studio 2015, I have the problem that the Inspector won't show me the informations like the string content of an std::wstring in the first place. I had to open the Inspector first to see the string.
I tried to fixed the problem with this question but it don't work.
Also std::string, std::vector<T>, etc. don't work and only show {...}.
Screenshot (Instead of {...} there should be something like L"Hello"):
