Does anyone know how can I use one header file for two projects which are in the same solution?
This is the situation: there is a folder Myprojects which has two subfolders called: Project1 and Project2. I want to put header files in Myprojects folder and use them in both folders. How can I do this in Microsoft Visual C++ 2008?
ps:I tried to with add existing item in both projects but it doesn't work..
please help
This is the situation: there is a folder Myprojects which has two subfolders called: Project1 and Project2. I want to put header files in Myprojects folder and use them in both folders. How can I do this in Microsoft Visual C++ 2008?
ps:I tried to with add existing item in both projects but it doesn't work..
please help