Problem with SDK and compile - "MSBuildToolsPath is not specified for the ToolsVersion "14.0"

Hello

Have error "MSBuildToolsPath is not specified for the ToolsVersion "14.0"" the error message which has a reference to ""HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0""
When I run Regedit I do not see the 14.0 entry.
When I run C:\Windows\SysWOW64\regedt32.exe I see the 14.0 entity.

When I just run regedt I do not see the 14 entry.

I will look into updating the installs
Thanks
Peter

Parents
  • Hi Peter,

    since Jan is on vacation, I will quote him:

    "unfortunatley because your provided not many information, it's hard to guess what can be wrong.

    Please read and follow this forum best practices, namely specify exactly what MicroStation and MicroStation version do you use, and also using what Windows.

    No until you provide more information:

    • What NET Frameworks are installed on your computer? ... there can be more and as was discovered, when original 4.6 is missing and only 4.6.2 is installed, using (only) the latest SDK an error is reported.
    • What Visual Studio is installed.
    • What SDK example did you try.

    You should also create and analyze verbose output (build example using verbose option) and also attach it to this discussion as crucial source of information.

    With regards,

      Jan"

    Mit freundlichen Grüßen / Best regards
    Volker Hüfner

    |  AB_DATE Engineering  Software   |  ab-date.de  |

  • Hello Volker,

    I have the Visual Studio Community 2019 edition installed. I did uninstall all the version of Visual Studio and reinstalled Visual Studio Community 2019 edition. This did not address the error being displayed.

    In review of the make (.mke) file I changed one of the settings from "BUILD_USING_VCE2008" to "BUILD_USING_VS2005". This having a value of 1.

    This change seemed to address the specific error. I still am working on other items

    Regards,

    Peter

Reply
  • Hello Volker,

    I have the Visual Studio Community 2019 edition installed. I did uninstall all the version of Visual Studio and reinstalled Visual Studio Community 2019 edition. This did not address the error being displayed.

    In review of the make (.mke) file I changed one of the settings from "BUILD_USING_VCE2008" to "BUILD_USING_VS2005". This having a value of 1.

    This change seemed to address the specific error. I still am working on other items

    Regards,

    Peter

Children