Installation successful, but error while rebuilding

I installed the new windows installer version 7.3 (2017). I can launch the samples, but I could not rebuild the samples in Microsoft Visual Studio 2017 environment. It shows the following error for all samples when I try to rebuild  ALL-vc14.sln

ERROR:

Severity Code Description Project File Line Suppression State

Error LNK1181 cannot open input file 'TKVCAF.lib' Modeling C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\02_Modeling\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' mfcsample C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\mfcsample\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' Viewer2d C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\03_Viewer2d\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' ImportExport C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\05_ImportExport\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' Animation C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\09_Animation\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' Ocaf C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\06_Ocaf\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' HLR C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\08_HLR\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' Viewer3d C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\04_Viewer3d\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' Triangulation C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\07_Triangulation\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' Geometry C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\01_Geometry\adm\win\vc10\LINK 1

Error LNK1181 cannot open input file 'TKVCAF.lib' Convert C:\OpenCASCADE-7.3.0-vc14-64\opencascade-7.3.0\samples\mfc\standard\10_Convert\adm\win\vc10\LINK 1

 

looking for the suggestions

Amit Kumar bedaka's picture

Hi VINOTHKUMAR,

I think the error is due to the wrong path of the libraries. First, you need to download the 3rd party libraries and build them using CMake.

Hope it will work for you.

Regards,

Amit