Visual Studio C# Express - my editor scripts go in a separate editor project?

I’m using Visual Studio C# Express for my scripting and so far it’s been working perfectly, but when I now created an editor script and put it in the “Editor” folder it went in a separate Visual Studio project called Assembly-CSharp-Editor.csproj instead of going in my default Assembly-CSharp.csproj.

Now I have to work in two different VS projects to do my scripting. Is it supposed to be like this or is this another limitation when using C# Express instead of the full Visual Studio?

It’s been this way since 3.4 and is intended. I think you can create a solution in Visual Studio, and then just add the projects to the solution.

Ok, thanks.

Guess I’ll look into this “solution” thingy then. Perhaps I’m doing everything wrong. :slight_smile:

Edit: Duh, all it took was double clicking the solution file instead of the project files. :slight_smile:

Glad you found the solution :wink: