Hi,
In the current CTP, we do not support tables with self-references. We will support these scenarios in the final release.
For now, you can work around the limitation by removing the foreign key declaration from the SSDL file and adding employees one at a time through the object context. Note that you can maintain the self-association in the model (the CSDL does not need to be changed).
-Colin