Vs 2003.Net Compile Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason

    #1

    Vs 2003.Net Compile Error

    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\Microsof t': 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


  • Marina Levit [MVP]

    #2
    Re: Vs 2003.Net Compile Error

    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.

    "Jason" <someone@micros oft.com> wrote in message
    news:%23OsGfwed GHA.3888@TK2MSF TNGP04.phx.gbl. ..[color=blue]
    > 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\Microsof t': 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
    >[/color]


    Comment

    Working...