Home All Groups Group Topic Archive Search About

Vs 2003.Net Compile Error

Author
12 May 2006 5:47 PM
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

Author
12 May 2006 7:46 PM
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.

Show quoteHide quote
"Jason" <some***@microsoft.com> wrote in message
news:%23OsGfwedGHA.3888@TK2MSFTNGP04.phx.gbl...
> 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
>