you have to add the project as a reference to the other. then add "using namespace" to the source that needs to use the reference then its just like calling a class in the same project. note: if you update something in one project you have to build it before the other can see the new code.