1 >.. packagesjsoncpp.0.6.0.1buildnativelibx64v110Releasejsoncpp.lib: warning LNK4272: library machine type "x64" conflicts with target machine type" x86"
1 > F:Visual Studio 2017ProjectsCppDiaryDebugCppDiary.exe: fatal error LNK1120: 13 unresolved externals
1 > Done building project "CppDiary.vcxproj"-- FAILED.
CppDiary is the main program, referencing another project, Lib1;Lib1, referencing the external library jsoncpp, is imported in NuGet.
< H2 > question < / H2 > Lib1 building is normal;
main program cannot build.