Missing negation in bad generator message
I stumbled across the missing "not" from the following error message:
Error: could create CMAKE_GENERATOR
I found this while using a build area from a newer CMake provided generator (e.g. Ninja Multi-Config in my case) and then later accidentally used an older version of CMake on the existing build directory.