adamrehn / ue4-opencv-demo

Demo for integrating OpenCV and UE4 using conan-ue4cli
40 stars 14 forks source link

can't find conanbuildinfo.json #1

Closed iniside closed 6 years ago

iniside commented 6 years ago

Can't compile sample project.

I'm using Master branch, and conanbuildinfo.json is not in directory of OpenCVDemo module.

It is also nowhere to be found in other folders (conan, Intermediate).

Should that file be automatically generated in the same folder as uproject file, created manually or it is created in some specific folder and needs to be copied manually ?

king1107955613 commented 5 years ago

How did you solve it? I met the same problem.

adamrehn commented 5 years ago

This file is generated by the command conan install . --profile ue4, which is run automatically by OpenCVDemo.Build.cs. If you're seeing compilation errors indicating that the file is missing then you've missed one of the setup steps from the README.