The project has the following directory structure
The header files originally didn't compile because of its path
I then add ./Samples/include, then the header file errors disappeared.
What about the files in the src folder, how can I make the compiler find them?
As the compiler is complaining => cannot find files such as /src/BaseApplication.cpp
I tried to put ./Samples to the VC++ directories => source directories
but still didn't work. Any ideas?
Thanks
Jack
Code:
ogrerecast.vcproj
|-Samples
|- include
|- src
I then add ./Samples/include, then the header file errors disappeared.
What about the files in the src folder, how can I make the compiler find them?
As the compiler is complaining => cannot find files such as /src/BaseApplication.cpp
I tried to put ./Samples to the VC++ directories => source directories
but still didn't work. Any ideas?
Thanks
Jack