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:
- Install Microsoft Build Tools 2015 1
or
- Open the file from our SDK installation folder
samples/tutorial/run.py
and modifyfind_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.