Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 497 Bytes

expression-evaluator-error-cxx0072.md

File metadata and controls

15 lines (12 loc) · 497 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0072
Expression Evaluator Error CXX0072
11/04/2016
CXX0072
CAN0072
CXX0072
fd04e197-cfa9-4097-a070-8fa2111e876d

Expression Evaluator Error CXX0072

Error: type information missing or unknown

The .pch file did not get linked in, or the code has a reference to a type that is in a module not compiled with /Zi.

This error is identical to CAN0067.