Wow this is annoying... so I have to use
#include "include/class.h"
in my main class, but in my other classes, I have to use
#include "../include/class.h"
instead..
Well here's something that the Code::Blocks team could add to their to-do list, automatically fill in the directory with the correct path.. Hmm..
Does anyone else think that this is tedious to use different include code for classes in the main directory, in other directories, and having to change it to include the /include/ directory?
Thanks for the help though!
Also is it practice to store classes in the /src/ directory and headder files in the /include/ directory?