CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2000
    Location
    California, USA
    Posts
    2

    missing .pch file

    hello, I downloaded a file from codeguru website.
    I found that every file I am trying to compile complains about missing .pch file. I am using VC++ 6 now. what is the problem? did I miss any files?
    thankx.
    From Alan.

    Thankx a lot.
    From Alan.

  2. #2
    Join Date
    Mar 2000
    Location
    Bangalore,India
    Posts
    776

    Re: missing .pch file

    hi
    no .pch file is not needed for it,.pch file will be generated by the compiler afetr compilition in the degub directory.


    Be sure to rate answers if it helped, to encourage them.

  3. #3
    Join Date
    May 1999
    Location
    West Sussex, England
    Posts
    1,939

    Re: missing .pch file

    Does the project use precompiled headers? Normally you can check this by looking for a stdafx.h file being in the project. If there is one, try doing rebuild all. This will force the compiler to rebuild the .pch file. If this still doesn't work, check the settings of the project and take a look at the pre-compiled header section.


    Roger Allen
    Roger.Allen@<a rel="nofollow" href="...ytical.com</a>
    Ok, Points make prizes, and ratings make points.
    Did I help?
    Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
    Please remember to rate useful answers. It lets us know when a question has been answered.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured