To build the program,

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • itrdbg
    New Member
    • Jul 2008
    • 3

    To build the program,

    Hi,

    On trying to Rebuild all I get the following error,

    "c:\pcm_mux\pcm _muxdlg.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/PCM_MUX.pch': No such file or directory"

    I tried deleting the Debug folder and retried to build with the same failure for all the cpp files. what is the setting i have to do , where have i gone wrong please help,

    thank you
    bye
  • pootle
    New Member
    • Apr 2008
    • 68

    #2
    Hi,

    Try changing "Use precompiled headers /Yu" to "Create precompiled headers /Yc"

    HTH

    Originally posted by itrdbg
    Hi,

    On trying to Rebuild all I get the following error,

    "c:\pcm_mux\pcm _muxdlg.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/PCM_MUX.pch': No such file or directory"

    I tried deleting the Debug folder and retried to build with the same failure for all the cpp files. what is the setting i have to do , where have i gone wrong please help,

    thank you
    bye

    Comment

    Working...