I had to add a folder to my project hierarchy to hold what will become some system wide header files. The folder structure is:
[…] [Main Folder] [Project_One]
[…] [Main Folder] [Project_Two]
[…][Main Folder] [System_Wide]
Several projects need to make use of these system wide headers.
I have added the system wide folder as a local directory for Intellisense but I can’t see to get the folder synchronized with the build server (a remote Linux machine).
Many thanks,
Sid