Can't find files
-
I have a solution that contains several projects. Most of these projects use files that are common between them all. I would like to only have the common files in one place so that I only have one version of them. Thus if one of the common files is changed all of the projects that use it will be updated/compiled again. Any help with this would be very much appriciated. Thanks, Jim
-
I have a solution that contains several projects. Most of these projects use files that are common between them all. I would like to only have the common files in one place so that I only have one version of them. Thus if one of the common files is changed all of the projects that use it will be updated/compiled again. Any help with this would be very much appriciated. Thanks, Jim
Put all your common files in one directory, and set your projects to look in that directory. Configuration Properties >> C/C++ >> Additional Include Directories. Or you could set it in VC++ Directories.