Ask Your Question
0

No 'vcXX' folder found in 'OpenCV/build/x64' after compiling in Visual Studio 2017

asked 2018-06-27 22:30:38 -0600

Version information:

system - Windows 7 compiler - Visual Studio 2017 library - opencv-master(4.0.0-pre version)

Detailed description:

I down load the source code of opencv-master, generate the project into 'OpenCV/build' with cmake-gui and compile it with VS 2017 x64 compiler in both debug and release version. Up to then everything is OK. However after that I found the 'vc15' which should be located in 'OpenCV/build/x64' and added to system path does not exist. Furthermore, 'opencv' and 'opencv2' do not appear in 'OpenCV/build/include'. Do I miss any steps after compiling? Or does the opencv-master have difference from other versions in configuration process?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-06-27 22:39:03 -0600

berak gravatar image

updated 2018-06-27 23:20:36 -0600

you have to build the INSTALL project, which will copy all nessecary headers/libs/dlls to whatever CMAKE_INSTALL_PREFIX points to (usually: opencv\build\install).

after that, you'll find the missing vc15 folder there.

edit flag offensive delete link more

Comments

1

also, please kindly close your issue here

(since you're not reporting a bug)

berak gravatar imageberak ( 2018-06-27 23:19:41 -0600 )edit
1

Thank you for help and reminding! The solution did work and I've already closed my issue in Github

YoungSong gravatar imageYoungSong ( 2018-06-28 02:35:21 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-06-27 22:30:38 -0600

Seen: 792 times

Last updated: Jun 27 '18