C1083 Cannot open compiler intermediate file

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

    C1083 Cannot open compiler intermediate file

    What could be the reasons for the following compilation error?

    c1xx : fatal error C1083: Cannot open compiler intermediate file:
    'C:\Documents and Settings\Joachi m Person\Local
    Settings\Temp;W :\VTSDK\include \_CL_46271732ex ': Invalid argument
  • Carl Daniel [VC++ MVP]

    #2
    Re: C1083 Cannot open compiler intermediate file

    Joachim wrote:[color=blue]
    > What could be the reasons for the following compilation error?
    >
    > c1xx : fatal error C1083: Cannot open compiler intermediate file:
    > 'C:\Documents and Settings\Joachi m Person\Local
    > Settings\Temp;W :\VTSDK\include \_CL_46271732ex ': Invalid argument[/color]

    Well, the fact that it's not a valid file name seems like a clue. How it
    got that way, is another question.

    I'd check through all of the directory settings that VC++ is using and make
    sure they're all correct - it looks like somehow cl.exe is seeing a
    semi-colon delimitted list of directories in a place where only a single
    directory was expected.

    What version/configuration are you using? (VC6, 7, 7.1? IDE? Command
    line? etc)

    -cd


    Comment

    Working...