What is wrong with this code

Code:
Obj<TCHAR>* obj = dynamic_cast<Obj<TCHAR>* >(I->objects[0]);
Which is resulting in this error

Code:
A dynamic cast is present, but the correct RTTI option is not specified.