Just double checked…
The VC++ Directories
Include Directories are: ( inherit from parent or project defaults ) $(VC_IncludePath);$(WindowsSDK_IncludePath);
Reference Directories are: ( inherit from parent or project defaults ) $(VC_ReferencesPath_x64);
Library Directories: ( inherit from parent or project defaults ) $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);
I think that was what you were asking for?