Has anyone fought Microsoft Visual Studio successfully to produce reproducible builds of C++ programs? From what I have heard, it is one of the worst contexts to do it.
Well, you can't build MSVS yourself, reproducibly or otherwise, so this is a less appealing endeavor I would think.
Probably easiest way is to use Bazel to leverage the effort that has gone in there