Expression Evaluator Error CXX0052

member function not present

A member function was specified as a breakpoint but could not be found. This error can be caused by setting a breakpoint at a function that has been inlined.

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.