article

sidaigle avatar image
sidaigle posted

Why does the build command fail?

Feb 14, 2020 -- Forum Archive

If you’ve encountered an issue when you build, this could be related to having VS2017 installed and not VS2015.

Please note that this issue will be corrected in our next release.

Here are 2 workaround options:

or

  • Open the file from our SDK installation folder samples/tutorial/run.py and modify find_msbuild()to the following:
def find_msbuild(self):


return 'c:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/MSBuild/15.0/Bin/MSBuild.exe'

If the build continues to fail, please let us know and we will help troubleshoot with you.

MS Build ToolsVisual Studio
10 |600

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Article

Contributors

sidaigle contributed to this article