问题 Unfortunately I am not very experienced with C++ and the handling of Visual Studio. I have to implement a C++ application, in which I can integrate yolo or darknet as a library and use it flexibly. I'm using Windows and Visual Studio 2015. I have looked at the following repo. What I have tried so far: I have installed CUDA (although I want to run the model on the CPU for testing purposes), Cudnn and Opencv I opened the vs solution from build\darknet\darknet_no_gpu.sln from the AlexeyAb repo