As others advised you in their answers to your question at https://stackoverflow.com/questions/77598360/header-file-coff-h-not-exist-even-installed-with-correct-configurations coff.h is a Linux header. Perhaps it is available if you install the Linux development with C++ workload. See https://learn.microsoft.com/en-us/cpp/linux/download-install-and-setup-the-linux-development-workload?view=msvc-170
Missing header file coff.h in Visual Studio SDK
winapiadmin
0
Reputation points
I have tried installing the Visual Studio extension development, the latest version of MSVC build tools, repaired, and Desktop development with C++, but the coff.h header file is still missing. I have included the installer configuration in the original question. Can someone help me figure out how to get this header file?