Re: Configuration problem: checking for UCRT location fails

2023-01-27 Thread Stephan Bergmann
On 27/01/2023 15:33, Hossein Nourikhah wrote: Looking into some similar problems, I think there might a problem with the Windows SDK installation, or its version. UNSOLVED c1083: cannot open include file: 'stddef.h':No such file or directory https://forum.qt.io/topic/91057/c1083-cannot-open-i

Re: Configuration problem: checking for UCRT location fails

2023-01-27 Thread Hossein Nourikhah
Hello, We have actually tried to compile and run a simple program like this, and it was successful inside the Visual Studio 2022. #include #include int main (void) { std::cout << "_MSC_VER" << std::endl; return 0; } Looking into some similar problems, I think there might a problem w