Compiler Error C2511

'identifier' : overloaded member function not found in 'class'

The specified function was not declared for the given parameters. In all the versions of the overloaded function, none of them had the same parameters in the same order as specified in the erroneous function call.

This error can be caused by a mismatch in the parameter list of the specified function.

Tips