Compiler Error C3715

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Compiler Error C3715.

pointer': must be a pointer to 'class'

You specified a pointer in __hook or __unhook that did not point to a valid class. To fix this error, ensure that your __hook and __unhook calls specify pointers to valid classes.

Show: