A hands-on tutorial for writing ObjectARX C++ plug-ins for AutoCAD. Eight lessons take you from a
bare "Hello World" plug-in through input & selection, symbol tables, dictionaries & xrecords, custom
objects, custom entities, and transient reactors — each one built two ways: entirely by hand, and with
the acad-arx-wizard Claude Code skill.
Open ObjectARX-Beginner-Tutorial.html in a browser and follow it
from the top. It covers what to install and walks through all eight lessons in order.
ObjectARX-Beginner-Tutorial.html— the tutorial.images/— screenshots referenced throughout the tutorial. Seeimages/README.txtfor the exact filenames each lesson expects.Solutions/— a finished, working project per lesson (LessonN_Solved.zip) to compare against if you get stuck, plus starter templates (Lesson6_Template.zip,Lesson8_Template.zip) for the lessons that begin from a pre-built project.
- AutoCAD 2027 (64-bit)
- ObjectARX 2027 SDK
- Visual Studio 2026 with the "Desktop development with C++" workload
Full download links and setup steps are in the tutorial's own Setup section.