I&#39;m probably missing something terribly obvious, but for some reason the packet handling code is missing from my transformation after generation.  The transformation and source file are attached.<br><br>The lines in question are:<br>
<br>        BIP::RootFolder rootBIP_28a= BIP::RootFolder::Cast( bIP_ref_286.GetRootObject());<br>        ESMoL::RootFolder rootESMoL_28b= ESMoL::RootFolder::Cast( eSMoL_ref_289.GetRootObject());<br>        // Add objects to input packets.<br>
-&gt;&gt;   .push_back( rootESMoL_28b);<br>        // Get access to temporary root object(s).<br>        // transformation<br>        StartHere_0 startHere_0;<br>-&gt;&gt;   startHere_0( );<br><br>-Joe<br><br>P.S. Do not attempt to run the GREngine on this transformation, as it will not work.<br>