If you came in here looking to get ObjectArx Wizards for AutoCAD 2025 working, install the wizard as described by @crossfire639buy
But if it still is not working, as was the case for me, I actually got it working with a little help from ChatGPT:
To make the ObjectARX project templates available in Visual Studio 2022, you may need to manually register the templates. Here's how you can do it:
Copy the Project Templates:
- Copy the contents of the C:\Program Files (x86)\Autodesk\ObjectARX 2025\utils\ARXWizards\ARXAppWiz directory to the Visual Studio project templates directory.
- Paste them into the following location:
makefile
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\ProjectTemplates
Run devenv command to update the templates:
- Open a Command Prompt as an Administrator.
- Run the following commands to update the Visual Studio template cache:
shell
cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE" devenv /installvstemplates
Verify Installation:
- Open Visual Studio 2022.
- Create a new project and check if the ObjectARX templates are now listed under the project templates.
These steps should ensure that the ObjectARX project templates are registered and available for use in Visual Studio 2022. If you encounter any issues, please make sure that you have the correct permissions and that the paths are accurate.