如何在C++中修复Visual Studio本地人/手表(调试版本)

Joh*_*ohn 8 c++ visual-studio

有时VS autos/locals/watch会中断而不是变量/值我只有不同的类型:

CXX0029: Error: not struct pointer  
CXX0033: Error: error in OMF type information   
CXX0072: Error: type information missing or unknown 
CXX0025: Error: operator needs class/struct/union   
Run Code Online (Sandbox Code Playgroud)

重建项目,清理PDB/NCB等并没有解决它.我能做什么?

yas*_*ser 3

请参阅以下 Microsoft 支持说明: FIX: CXX0033 Forward Class statements 中的 OMF 类型错误

一旦修复了支持说明中引用的 PCH 问题,我认为所有错误都会消失。