[main] Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable.
Error: No usable generator found.
I keep getting that message for some unknown reason.
I have installed:
- Visual Studio Code
- MinGw
- CMake
Yet, I have no idea why I keep getting this error. I am trying to configure a CMakeLists.txt
file, so that I can make this project more portable, and so that it can be compiled under Linux and MAC OSX as well, I am working from a Windows Desktop Machine.
EDIT: Re: Comments
PATH=C:\MinGW\bin
-- was added in the beginning to the Windows Environment Variables.