We may be on to something. Does the value of the variable contain double quotes? I was able to reproduce the error when set like
set MC_PATH="D:\Program Files\TS Support\MultiCharts"
but not for
set MC_PATH=D:\Program Files\TS Support\MultiCharts
Double quotes should not be necessary for proper building, but the Make VS.NET step is not expecting the value to contain double quotes.
|