The Simulator throws error "The code execution cannot proceed because MSVCP140.dll was not found" (among other errors)

Tips on what to include in your question:

First off, I'm on Windows 11. Whenever I try to launch the simulator, it gives me a bunch of DLL errors (MSVCP140.dll, VCRUNTIME140.dll, VCRUNTIME140_1.dll). I saw in the readme that for the last 2 errors, I should download Visual C++ Redist., and I did, to no avail. I can however not find anything on MSVCP140. Like the prompt said, I reinstalled, I also restarted my PC after installing Visual C++. I don't really know much else that I can do to fix this.
Screenshot_1

Have you installed the correct version of the runtime? You'll need the x64 version, not x86. Sorry if that was unclear from our instructions.