Vs 2003.Net Compile Error

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Anyone seen this type of error?
Program
c1xx : fatal error C1083: Cannot open source file: 'C:\Program': No such
file or directory
Microsoft
c1xx : fatal error C1083: Cannot open source file: 'Files\Microsoft': No
such file or directory
Visual
c1xx : fatal error C1083: Cannot open source file: 'Visual': No such file or
directory
Studio
c1xx : fatal error C1083: Cannot open source file: 'Studio': No such file or
directory
..NET
c1xx : fatal error C1083: Cannot open source file: '.NET': No such file or
directory
bin
c1xx : fatal error C1083: Cannot open source file: '2003\Vc7\bin': No such
file or directory
assignment1.cpp
Generating Code...

I'm local admin on my machine, and everyfolder lists me with full control.
Sometimes it complies and runs fine, but most of the time I get the above
error.
Any Ideas?
Thanks
 
Never seen this before, but I would say something is wrong with visual
studio. It looks like it isn't handling spaces well, and treating each token
separately. I would consider reinstalling.
 
Back
Top