The article discusses the difficulties of native development on Windows due to the complexity of the Visual Studio ecosystem. The author presents a solution called msvcup, a small CLI program that installs the MSVC toolchain and Windows SDK in a few minutes, allowing for versioned, isolated, and declarative dependencies. This approach aims to simplify the development process and make builds reproducible across machines. The author provides examples of using msvcup to build projects, including raylib, and highlights its benefits, such as fast installation and easy removal.