Error include headers
I have some strange problem in Hansbase then i tries to add headers and include them :S
i have added a something.h in the project and in the code i have
but i allways get the error that it cant the included file "something.h"
but i added another header file along time ago called time.h => no problems but i dont remb if i did anything else...
i have added a something.h in the project and in the code i have
Code:
#include <iostream> #include "something.h"
but i added another header file along time ago called time.h => no problems but i dont remb if i did anything else...

