Undefined base class 'x'

Sample code:

class y extends x {             // Undefined base class 'x'
	//...
}
//...

You attempted to inherit class 'x', but Codenizer can't find any definition for it.