Accuro3S.Algorithms.InterOp.obj : MSIL module encountered; incremental linking is disabled for MSIL; performing full link
Accuro3S.Algorithms.lib(SpineNavAI.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
##[error]org.solution.lib(SpineNavAI.obj)(0,0): Error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned __int64 __cdecl ov::DiscreteTypeInfo::hash(void)" (__imp_?hash@DiscreteTypeInfo@ov@@QEAA_KXZ)
##[debug]Processed: ##vso[task.logissue type=Error;sourcepath=org.solution.lib(SpineNavAI.obj);linenumber=0;columnnumber=0;code=LNK2001;]unresolved external symbol "__declspec(dllimport) public: unsigned __int64 __cdecl ov::DiscreteTypeInfo::hash(void)" (__imp_?hash@DiscreteTypeInfo@ov@@QEAA_KXZ)
Итак, иногда он собирается, но часто я получаю такие ошибки сборки: [code]Accuro3S.Algorithms.InterOp.obj : MSIL module encountered; incremental linking is disabled for MSIL; performing full link Accuro3S.Algorithms.lib(SpineNavAI.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance ##[error]org.solution.lib(SpineNavAI.obj)(0,0): Error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned __int64 __cdecl ov::DiscreteTypeInfo::hash(void)" (__imp_?hash@DiscreteTypeInfo@ov@@QEAA_KXZ) ##[debug]Processed: ##vso[task.logissue type=Error;sourcepath=org.solution.lib(SpineNavAI.obj);linenumber=0;columnnumber=0;code=LNK2001;]unresolved external symbol "__declspec(dllimport) public: unsigned __int64 __cdecl ov::DiscreteTypeInfo::hash(void)" (__imp_?hash@DiscreteTypeInfo@ov@@QEAA_KXZ) [/code] Кто-нибудь встречал подобную ошибку раньше?