sbarisic / NuklearDotNet

.NET binding for the Nuklear immediate mode GUI
Other
189 stars 15 forks source link

Trying to build the project in Visual Studio 2019 results with a build error. #12

Closed Donaut closed 4 years ago

Donaut commented 4 years ago

First, it wants to update to the latest Windows SDK. ( I need to do that otherwise I have to install visual studio 2017 ). Result with a missing file called nuklear.h. image

sbarisic commented 4 years ago

Did you also clone the submodules? There should be sources in NuklearDotNet/nuklear_c folder

Donaut commented 4 years ago

Thank you so much. It's working again :)