I just setup my machine with the following:
- Windows 8.1
- Unity 4.2.2f1
- Microsoft Visual Studio Express 2013 for Windows
Now I get build errors:
Internal compiler error. See the console log for more information. output was:Microsoft (R) Visual C# Compiler version 4.0.30319.33440
for Microsoft (R) .NET Framework 4.5
Copyright (C) Microsoft Corporation. All rights reserved.
error CS0006: Metadata file ‘C:\Program Files (x86)\Windows Kits\8.0\References\CommonConfiguration\Neutral\Windows.winmd’ could not be found
error CS0006: Metadata file ‘C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETCore\v4.5\Microsoft.CSharp.dll’ could not be found
error CS0006: Metadata file ‘C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETCore\v4.5\Microsoft.VisualBasic.dll’ could not be found
error CS0006: Metadata file ‘C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETCore\v4.5\mscorlib.dll’ could not be found
… etc …
FYI - I can’t find “Microsoft Visual Studio Express 2012 for Windows” on Microsoft’s website anymore, so I can’t install that.
Any ideas?
Thanks
Mark