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
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