Message 1 of 10
Revit 2025 - Macro Manager and Visual Studio 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The Macro Manager changed in Revit 2025, now you need to have .NET SDK 8.0 and Visual Studio Code installed on your machine to create and build the macro in C#.
I found a way to use Visual Studio 2022 (which should also work with Rider) instead of using Visual Studio Code.
You need to change the configuration in the Macro Manager and add a custom code.cmd (https://gist.github.com/ricaun/482edc40d2b680ab733e12492264fd0d).
The code.cmd file finds the .csproj in the folder and tries to open it.
This should work without Visual Studio Code installed on the machine. 😁