Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

Difficulty in compiling a sample project

$
0
0
The project has the following directory structure
Code:

ogrerecast.vcproj
    |-Samples
            |- include
            |- src

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

Viewing all articles
Browse latest Browse all 3021