I am trying to build the leveldbjni.dll with visual studio 2017. The existing project file inside leveldbjni\src\main\native-package\vs2010.vcxproj has included <ItemGroup> <ClCompile Include=".\src\leveldbjni.cpp"/> <ClCompile Include=".\src\leveldbjni_stats.cpp"/> <ClCompile Include=".\src\leveldbjni_structs.cpp"/> <ClCompile Include=".\src\buffer.c"/> <ClCompile Include=".\src\hawtjni.c"/> </ItemGroup> but the src directory contains only buffer.c I am not able to rebuild the native dll with visual studio 2017 as the cpp files are missing. Am i missing something else here ?