I've created a new class called BulletList2(linked list) using the built in dialog(File>New Class) which created a header file called bulletlist.h (in project folder>include) and a source file called bulletlist2.cpp(in project folder > src).
header file
#ifndef BULLETLIST2_H
#define BULLETLIST2_H
class BulletList2
{
[...]
}
#endif // BULLETLIST2_H
In class and main file
#include "bulletlist2.h"
I get this error:
fatal error: bulletlist2.h: No such file or directory|
||=== Build finished: 1 errors, 0 warnings ===|
I'm using Ubuntu Natty Narwhal 64-bit and Code::Blocks installed from Software Center