So im trying to use the nuget package casablanca in my project. When im building my projects hes creating the project.lib and also a casablanca.dll. But when i try to build my main project with the exe there are Linker erorrs. So im wondering now why are there LNK errors when using a nuget package?
I tried to add the casablanca.lib from the microsoft sdk folder but that doesnt help. Did anyone have similar problems??
im getting errors like :
18 error LNK2019: unresolved external symbol ""__declspec(dllimport) public: __thiscall web::json::value::value(void)" (_imp??0value@json@web@@QAE@XZ)"