Since yesterday my ability of examining STL variables and boost variables in the watch window suddenly vanished. I've searched for solutions.
- I already looked for the options below tools-options-debugging -- e.g. use-Managed-Compatibility is off.
- I also tried reinstalling visual C++.
- I also tried running as admin.
- I tried recreating the entire source tree into a fresh directory and rebuilding from scratch.
- I also made certain, that I'm using the native debugger.
- I reinstalled the boost visualizers.
the problem was with the boost version. The visualizer package had updated itself and was no longer compatible with the version of boost I was using (1.60). I've downloaded the current version (1.63) and everything started to work again.