no CMAKE_CXX_COMPILER
-
Move your mouse over the yellow exclamation mark to see what is wrong.
-
-
@m5p3nc3r said in no CMAKE_CXX_COMPILER:
But its not telling me anything about how to fix it.
Look at this configuration and see if the paths are correct would be a start.
-
Some posts I'm finding suggest that CMake needs to be run from a 'Visual Studio Command Prompt'. But I don't have VS installed, just the toolchain components from the VS Installer app. I do have VS Code installed, but that doesn't have the option of a 'Command Prompt'.
I have spent way too much time on trying to get a simple QT 'Hello World' app running here :o(
-
Qt Creator will use the
vcvars*.bat
files to determine the environment for the Visual C++ compiler. Running thesevcvars*.bat
files takes time and therefore they are done asynchronously.Unfortunately Microsoft is doing updates pretty often and Qt Creator sometimes needs a little "push" to get things right. In Preferences > Kits > Compilers do the following:
- Click on Remove All
- Click on Re-detect
- Restart Qt Creator and wait a few minutes until the detection has been done.
Alternatively you can install the free compiler option (MinGW) which doesn't have this issue.