DQLin / RealTimeStochasticLightcuts

Repository of the source code and demo of I3D 2020 paper Real-Time Stochastic Lightcuts
Other
122 stars 13 forks source link

can't build #2

Open average17 opened 4 years ago

average17 commented 4 years ago

When I built the project, there was an error: C:\Program Files\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(1532,5): error MSB6006: "fxc.exe" exited with code 1. How can I solve it?

DQLin commented 4 years ago

Which version of windows SDK are you using?

average17 commented 4 years ago

I have tried 10.0.18362.0 and 10.0.19041.0, both failed.

DQLin commented 4 years ago

The build works fine on my machine that is not used to develop this program. So I guess it's related to your environment. If you could provide more information about your environment probably I can help you solve this issue.

average17 commented 4 years ago

thank you for you help. I will try to solve it.