Cc.Class not defined

Trying to use built-in cc.Class to define a hierarchy of game objects. The defintion is being included after CCBoot.js but before main.js. When the file runs however, cc.Class is not defined. When does the CCClass.js file get processed and when can I load my class definition?