CC_PROPERTY related error

I am changing cocos2d-x version 3.8.1 to 3.17.2.

I am writing these libraries in my project.

However, this error occurred on the “CCBlade.cpp” 266 line in this library.

The error message is as follows:

[ Out-of-line definition of ‘getDrainInterval’ does not match any declaration in ‘CCBlade’ ]

It seems like a “CC_PROPERTY” problem, but I don’t know how to solve it.

I’d appreciate your help.