MonoDevelop can't find SDKs classes

Hi All.I have imported A pathfinding project package and it resides under “assets” directory.Now,when I try to access the API classes (namespace is used ) the Monodevelop can’t see them.I tried to move the whole Package into “Standard Assets” but in such a case the editor stuff doesn’t show up.How to deploy the plugin in the project so that it doesn’t break up?

Just a standard import using the UnityPackage should do it. Are you writing in UnityScript (sometimes called JavaScript)?

No,I am writing with C# and I currently put all my A* related scripts into the A* directory to get the API visible.The import throws it all just into the top level directory under the assets.