Thread: Error with include files

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    204

    Error with include files

    I have some source programs. When compiled they give me the following error:
    Code:
    Compiling...
    foo.cpp
    e:\source\foo\foo.hpp(14) : fatal error C1083: Cannot open include file: 'haa.h': No such file or directory
    Line 14 of the file 'foo.hpp' looks like this:
    Code:
    #include "haa.h"
    Can anyone tell me what causes this type of error and how I can go about fixing it?
    Last edited by thetinman; 10-11-2005 at 04:15 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. precompiled header file
    By George2 in forum C++ Programming
    Replies: 20
    Last Post: 04-07-2008, 08:14 AM
  2. debug assertion failed!
    By chintugavali in forum C Programming
    Replies: 4
    Last Post: 12-11-2007, 06:23 AM
  3. include files that are'nt in compiler's directory
    By vaibhav in forum C++ Programming
    Replies: 10
    Last Post: 03-25-2006, 11:45 AM
  4. Include files
    By disruptivetech in forum C++ Programming
    Replies: 7
    Last Post: 07-12-2005, 09:52 AM
  5. include library header in header files
    By Raison in forum C++ Programming
    Replies: 6
    Last Post: 09-27-2004, 02:50 AM