First I have problem : unresolve external symbol, then i found a solution that i added opencv_videoio320d.lib in AdditionalDenpendencies (i thought it must be contained in opencv_world320d.lib cause theres no such lib like that in C:\opencv\build\x64\vc14\lib but i dont know somehow it can make the unresolve.. problem gone, i added opencv_world320d.lib) And now all the unresolved error is gone but it lead to the only problem left is "Error LNK1104 cannot open file opencv_videoio320d.lib" All i have done is :
- Additional Include Directories :Checked OK
- Additional Library Directories :Checked OK
- Additional Library Directories :Checked OK
- Additional Dependencies : opencv_world320d.lib
Please I am very new to opencv, i have try working with some image projects and they worked smoothly but when i come to video project i have this error. An image: