VC++ error
From: Atmapuri (janez.makovsek_at_usa.net)
Date: 03/06/04
- Next message: Julius Mong: "Trying to get wchar_t... from a lookup array but type error... pls help!"
- Previous message: Richard Heathfield: "Re: float"
- Next in thread: Francis Glassborow: "Re: VC++ error"
- Reply: Francis Glassborow: "Re: VC++ error"
- Reply: Ulrich Eckhardt: "Re: VC++ error"
- Reply: Aggro: "[OT] Re: VC++ error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 6 Mar 2004 13:33:20 +0100
Hi!
I am getting this:
fatal error C1010: unexpected end of file while looking for precompiled
header directive
I have added MyFile.cpp to source list of the project and MyFile.h to the
list of headers.
The header looks like this:
#ifndef CipFiltering_H
#define CipFiltering_H
#endif
And the cpp file like this:
#ifndef CipFiltering
#define CipFiltering
#endif
And the header file is included in the main.cpp
like this:
#include "CipFilters.h"
What is wrong?
(the project compiles fine, if I remove both files).
Thanks!
Atmapuri
- Next message: Julius Mong: "Trying to get wchar_t... from a lookup array but type error... pls help!"
- Previous message: Richard Heathfield: "Re: float"
- Next in thread: Francis Glassborow: "Re: VC++ error"
- Reply: Francis Glassborow: "Re: VC++ error"
- Reply: Ulrich Eckhardt: "Re: VC++ error"
- Reply: Aggro: "[OT] Re: VC++ error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|