crosire / d3d8to9

A D3D8 pseudo-driver which converts API calls and bytecode shaders to equivalent D3D9 ones.
BSD 2-Clause "Simplified" License
875 stars 77 forks source link

C:\Microsoft\Cpp\Default\props not found #152

Closed your-acc closed 1 year ago

your-acc commented 1 year ago

used MSBuild due to Visual Studio forced payment and I got E:\Users\User\Downloads\d3d8to9-main\d3d8to9-main\d3d8to9.vcxproj(17,3): error MSB4019: The imported project "C:\Micro soft.Cpp.Default.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

crosire commented 1 year ago

You need to have MSVC installed to be able to build this.