Vs 2003.Net Compile Error

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
 
M

Marina Levit [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top