include error

I'm going to convert a program to a library. First, I delete the project(say foo.dsp) which originally create binary exe-file. Second, insert all header/cpp/resource files which are in foo.dsp into the new one.Third, compile to see how thing's going.
To my surprise, many include path errors come out to me.
PS: preprocesser definitions are always the same.
Please give me some help if you could.

TIA
-gusd
:confused:
[458 byte] By [gusd] at [2007-11-18 10:00:10]
# 1 Re: include error
The first thing you might want to take a look is what the compiler says i.e.
error cxxx: file.xxx not found
Go to Tools->Options->Directories and check the include path specified there.
If the file is not there in any of the folders listed there, u know the reason why the compiler is complaining.
IUNKWN at 2007-11-11 2:36:32 >