i am having a solution with multiple projects in C++. when I compile this solution in Visual Studio 2013 I get no errors
when I try to compile the same solution file in visual studio 2015 I got the linker error LNK2019 error image Attached
{Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "public: void __cdecl adl::SJobs::addAdf(struct adl::SObjects const &,class TAc<int>)" (?addAdf@SJobs@adl@@QEAAXAEBUSObjects@2@V?$TAc@H@@@Z) referenced in function "private: void __cdecl CDialogRun::getJobs(struct adl::SJobs &)" (?getJobs@CDialogRun@@AEAAXAEAUSJobs@adl@@@Z) acad_daylight E:\New Volume\Haseeb\Light Vidia\Lightvidia ACAD 2017\Testing in VS2015\Source Code - Copy\acad_daylight\adl_dlg_run.obj 1
}