Here is the title error with complete paths:
\\\\psf\\Home\\Dropbox\\Development\\Repositories\\GIT\\i-cc\\Powerhouse\\Notes\\master\\flash\\lib\\libnote\\
I had this same issue. This might seem stupid (i'm new to AS3), but having this:
class test extends shape {
caused the issue.
I changed it to
class test extends sprite {
and the issue was resolved.