I tried x86-Debug Configuration instead, but that gives me a different error:
Error: CMake Error at cmake/FindwxPython.cmake:56 (message):
wxPython/Phoenix does not appear to be installed on the system C:\dev\kicad\cmake/FindwxPython.cmake 56
Keep in mind, debug configuration is unusably slow. Unless you are doing development and need to actively debug code I suggest you switch to Release or RelWithDebugInfo config.
I probably don’t need debug but it may be nice to have. Almost two years ago a guy helped me to add an importer for TinyCad schematics (open source Windows application for drawing schematics). I’m having some problems with the version I built then (based on 5.99). I’m going to try compiling that importer using 7.0.2 as a base and hopefully fix my problems. Since TinyCad doesn’t seem to have that many users, and since I’m not capable of maintaining this importer, I haven’t issued a merge request for it.
I just managed to compile Eeschema! Now I can start working.