When building a Qt project on Windows, make sure your project path does not contain spaces.
I had originally thought MinGW was missing cc1.exe because CMake was throwing No such file or directory
errors. It was all because my project path had a space.
This post is to remind my future self and perhaps help someone else who stumbles upon this post.