Im using VC++ express and usually i come across situations where i have to create more than one project within the solution. But the problem is that each time i create a new project inside the solution, i have to go to the new project's property pages to add the custom include directories and libraries.
So, i was wondering if there is any way for me to inherit the properties of other projects in the solution without me going and adding the custom include and library directories each and every time?