You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Kits, also known as Windows Software Development Kits (SDK), are sets of development tools, libraries, headers, documentation, and samples provided by Microsoft for building applications targeting Windows platforms. These kits include various components necessary for software development on Windows, such as compilers, debuggers, headers for Windows APIs, and more.
Build failed with three errors in ccorecrt_memory.h. This header is a part of Windows SDK.
(ClCompile target) -> C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_memory.h(23,1): error C2059: syntax error: 'string' [D:\C++\vulkan-setup-project\1_bui vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_memory.h(23,1): error C2143: syntax error: missing ';' before '{' [D:\C++\vulkan-setup ild\VulkanApp.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_memory.h(23,1): error C2447: '{': missing function header (old-style formal list?) [D: etup-project\1_build\VulkanApp.vcxproj]
The text was updated successfully, but these errors were encountered: