A partial workaround is to use the subst command to map a drive letter to the root of a directory tree you want to access, e.g.:
subst X: "C:\Program Files\National Instruments\CVI85"
(This would have to be done each time the computer is rebooted I think).
You would then be able to use this drive letter in your include paths. Later, if the path changes (e.g. if you are moving to a new CVI release) you can just change the subst command you use. You can use subst multiple times to map different drive letters to different folders.
A similar thing can be done by mapping a network drive to the folder, but that is a bit over the top for local folders.
--
Martin
Certified CVI Developer