Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 660 Bytes

expression-evaluator-error-cxx0052.md

File metadata and controls

19 lines (14 loc) · 660 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0052
Expression Evaluator Error CXX0052
11/04/2016
CXX0052
CXX0052
CAN0052
5060d479-d0a4-4682-b858-c8b9a4f324e6

Expression Evaluator Error CXX0052

member function not present

A member function was specified as a breakpoint but could not be found. Setting a breakpoint at a function that has been inlined can cause this error.

Recompile the file with inlining forced off (/Ob0) to set a breakpoint in this function.

An expression called a function that was not defined.

This error is identical to CAN0052.