Hi Everyone,
I am very new to C++. I mostly use C# and
VB. I am having to make a C++ application that depend on two other C++ applications. I have managed to add them to my solution. However, I can't seem to use any of the files in the two other projects. I can access the methods or any variables. I have tried to include the projects in my source and header files using both formats.
#include <name>
#inlcude "name"
Is there something that I am missing....I have no idea what I am doing wrong....
Thanks in advance for all help
Notrosh