Did you have included interface header file to your h/cpp file ?
UPD:
Also, you probably need static class from U* prefix name interface class, not from I* at ImplementsInterface func.
Did you have included interface header file to your h/cpp file ?
UPD:
Also, you probably need static class from U* prefix name interface class, not from I* at ImplementsInterface func.