I am using VC++6 and creating an MFC dialog based application with 1 custom ActiveX. When i insert the ActiveX into the dialog C++ creates a wrapper class for me. If i want to modify the ActiveX itself i will need to recreate this wrapper class. How do i do this? If it cannot be recreated what is the best way to remove and re-insert the ActiveX into the project. I have tried removing it from the dialog, deleting the member variable and any references but i get linker errors.