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.