I am trying to build a project which is compiled from UnityProject In Visual Studio 2017 ?

I am trying to build a project which is compiled from Unity.I Got This Error.I Don’t Know What Is The Error.

“I am Using Visual Studio 2017,Unity Version 5.5.1f1”

Severity Code Description Project File Line Suppression State
Error The command ““C:\Users\DG161\Desktop\Akhil\Unity\Tools\AssemblyConverter.exe” -platform=uap -lock=“C:\Users\DG161\Desktop\Akhil\HopTheBall\project.lock.json” -bits=32 -configuration=Debug -removeDebuggableAttribute=False -path=”." -path=“C:\Unity5.5.1\Editor\Data\PlaybackEngines\MetroSupport\Players\UAP\dotnet\ARM\Debug” “C:\Users\DG161\Desktop\Akhil\HopTheBall\Assembly-CSharp-firstpass.dll” “C:\Users\DG161\Desktop\Akhil\HopTheBall\Assembly-CSharp.dll” “C:\Users\DG161\Desktop\Akhil\HopTheBall\UnityEngine.dll” “C:\Users\DG161\Desktop\Akhil\HopTheBall\UnityEngine.UI.dll” “C:\Users\DG161\Desktop\Akhil\HopTheBall\UnityEngine.Networking.dll”" exited with code 1. HopTheBall C:\Users\DG161\Desktop\Akhil\HopTheBall\HopTheBall.csproj 268

Can Anyone Give The Rectification Of The This Error?

Thanks In Advance.

It’s late at night for me so I haven’t had the chance to look through this 100% of the way, but it seems that you are having a “The Command exited with code 1” error. A quick google search revealed to me a number of potential solutions.

I watched this youtube video and although it has nothing to do with Unity it does use Visual Studio 2017 so you may be able to adapt the techniques in the video to your situation. Without knowing more details about the problem and your environment I can’t say for sure if it will help. However this should take you another step closer to a solution. Good luck!