Bulid from source is not generated op.h

I compile the source code through CMake,but it is not generated op.h . I tried using OpWrapperGenerator.py generated op.h ,but it show error : [ OSError : [WinError 126 ] 找不到指定的模块] How to solve this problem

The problem has been solved.use vs to compile .I used vs compile before but not generated op.h . Maybe I made the wrong choice in CMake

Did you set the USE_CPP_PACKAGE=1 flag when compiling?

I’ve already set the USE_CPP_PACKAGE=1 flagwhen I compile