Error #1065 on MovieClips exported for use in ActionScript

I have a Main.as set up as a document class for my Project.fla. Project worked fine. Then I moved the file structure and it started to generate Error #1065 on all of the movieclips I have in my library that are exported for actionscript.

All of my exported Symbols use the MovieClip as the base class, exceptr for one TwitterTicker. For TwitterTicker, I made sure it was set to

public class TwitterTicker;

This is what the output window reads:

*ReferenceError: Error #1065: Variable Container is not defined.

ReferenceError: Error #1065: Variable ButtonBack is not defined.

ReferenceError: Error #1065: Variable ButtonCloseX is not defined.

ReferenceError: Error #1065: Variable ButtonPlayPause is not defined.

ReferenceError: Error #1065: Variable ButtonReplay is not defined.

ReferenceError: Error #1065: Variable NavigationBar is not defined.*

How would I go about getting rid of this pesky error? Thanks in andvance!