Can't access script

Hi, i am using MonoDevelop and it seems like some scrip can’t see other script that i have made.
For example, i can’t even create a reference for example:
public myScript myScriptRef;
then Unity/MonoDevelop will complain that myScript doesn’t exists.

When i look in modoDevelop i see that they are in different projects.
One called “Assembly-CSharp-firstpass” and the other are just called “Assembly-CSharp-Editor”.

How can i fix this?

http://docs.unity3d.com/Documentation/ScriptReference/index.Script_compilation_28Advanced29.html

I’m guessing that the script in “Assembly-CSharp-firstpass” is in the plugins folder in your project and the script in “Assembly-CSharp-Editor” in one of the editor folders.

try putting both scripts in the plugins folder, maybe that’ll work.