I was looking at some 3D Movie Maker code in Visual Studio 2022 and I was impressed for a moment at how well intellisense and assorted quick-preview functionality was working in this codebase.

then I realized: this codebase is Microsoft's. Microsoft wrote the IDE too. of course it works well on their own code! It's designed around their code formatting standards!

@foone, it doesn't build now, though, since the way they defined CONST in util.h broke compiling with the latest SDK headers: https://github.com/foone/3DMMForever/issues/67#issuecomment-3231977043