how do I inherit from a native C++ objects in different assemblies

I have a native class stored in a C++\cli project. I want to be able to inherit from the C++\cli project to another C++\cli project without including all of the dependant classes from project first project to the later project.
Registered users can post here. Sign in or register to post.