Windows default headers not found during CMAKE compilation

When compiling the CMAKE project in visual studio I was facing issue in windows default headers which are available under windows kits. Could anyone support on how to resolve this issue.
I tried manually adding this missing headers to the project folder then header of this includes which I manually added throws another windows include error

You’re probably missing an SDK or other Visual Studio Installer component. Does a from-scratch Visual Studio project that you initialize through the wizard or whatever the IDE offers work?

Hai Ben thank you for your response. I have already tried installed the SDK from visual studio components even this error occurred after installing the SDK

Does a basic compilation without CMake work?