Thread: MicroSoft Visual C++ - Headers

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    7

    MicroSoft Visual C++ - Headers

    I'm having problems with Microsoft C++, when I create a Win 32 Application and add headers the compiler gives me an error stating that the search for the "precompiled header directive" failed. I've tried adding the header file to the Project but it doesn't work.

    Could someone enlighten me on how to successfully intergrate the header file?

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Under Project->Settings->C/C++ Tab->Category List Box there are options to turn off use of, or generate pre-compiled headers.

    You probably set to use them but have not generated them.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    7
    Originally posted by adrianxw
    Under Project->Settings->C/C++ Tab->Category List Box there are options to turn off use of, or generate pre-compiled headers.

    You probably set to use them but have not generated them.
    How would I generate them?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  2. how to use microsoft visual c++ 2005 express edition
    By crazyheavyd in forum C++ Programming
    Replies: 4
    Last Post: 10-05-2007, 02:59 PM
  3. Microsoft Visual Studio.net Professional
    By nbo10 in forum C++ Programming
    Replies: 5
    Last Post: 07-25-2003, 12:52 PM
  4. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM
  5. Replies: 1
    Last Post: 04-20-2002, 06:49 AM