https://github.com/rdunnington/d3d12-hello-triangle
I found this example and decided to compile it in C/C++ project in visual studio, created new project, imported directx 12 sdk with Nuget and Ctrl+C/Ctrl+V main.c from this project. And 80% of d3d12 calls and identifiers are undefined. Why? How to build it properly?