The supplied DisplayObject must be a child of the caller

LORD. I’m having trouble with the ol’ as3… any help would be appreciated. I’m getting the following error “ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.”

Here’s the code generating the problem.

    
var ipp:itemPreviewPicture = new itemPreviewPicture();
tabContainer_mc.addChild(ipp)
setChildIndex(ipp,0);
}

Anyone have any idea what might be going on here?;(