Forum
    • Categories
    • Register
    • Login

    Building HISE plugins on Windows with non-Community version of Visual Studio

    Scheduled Pinned Locked Moved General Questions
    2 Posts 1 Posters 13 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      eschirle
      last edited by

      Is it possible to dynamically set the location of MsBuild when exporting a HISE plugin?

      I think the below path is hardcoded - so if you have Enterprise or Professional versions installed then the plugin build will fail. (GitHub Action runners for example come with Enterprise Edition pre-installed).

      C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\MsBuild.exe
      

      I also see some conflicting docs about always using Visual Studio 2017 or 2022 but it looks like VS Community 2026 is working.

      E 1 Reply Last reply Reply Quote 0
      • E
        eschirle @eschirle
        last edited by

        For anyone curious - it looks like you can get around this by linking the expected path to wherever you have Visual Studio installed

        mklink /D "C:\Program Files\Microsoft Visual Studio\18\Community" "C:\Program Files\Microsoft Visual Studio\18\Enterprise"
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        16

        Online

        2.5k

        Users

        13.9k

        Topics

        121.1k

        Posts