1
Support / Re: Issue with compiling in Visual Studio
« on: July 08, 2012, 04:13:38 pm »
Found the solution to the issue. The Unity.sln file that was generated was using the "Assembly-CSharp.csproj" and "Assembly-CSharp-Editor.csproj" projects. I suspect they were made for MonoDevelop. When I manually made a VS2008 Solution I accidently used the "Assembly-CSharp-vs.csproj" and "Assembly-CSharp-Editor-vs.csproj" projects, which turned out to work just fine, no compilation errors and all defines were there. I then tried switching to the other two projects (the "non-vs named projects"), and once again the defined symbols were gone. Finally found the reason 
No compilation errors anymore. Problem solved!
Thanks for the assistance.

No compilation errors anymore. Problem solved!
Thanks for the assistance.
