Expression Evaluator Error CXX0047

argument list does not match a function

An expression called a function with an actual parameter list that did not match the formal parameter list of any function with the same name defined in the program.

Overloaded functions can be called only if there is an exact parameter match or a match that does not require the construction of an object.

This error is identical to CAN0047.