Expression Evaluator Error CXX0059

left operand is class not a function name

The left operand of a function call was a class name and could not be resolved to a function call. This error can be caused by omitting the name of a member function in an expression.

This error is identical to CAN0059.