And your directory is named includes not include (as you have written in your #include).
Using ".." in #include should work, otherwise.
(Use it only in headers that are private or for .cpp files, though.)
And your directory is named includes not include (as you have written in your #include).
Using ".." in #include should work, otherwise.
(Use it only in headers that are private or for .cpp files, though.)
MarkoSan (28th September 2009)
Bookmarks