What does this error means in godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By FlutterTal

Heya everyone!
So, I’m working on my module for godot, and there is an error that I don’t know what it means, nor how to fix it.

error C2039: 'convert': isn't a member of 'PtrToArg<P1>'

Well, later on, I have another error, but it’s mostly to tell me that this convert doesn’t seem to exist. So anyone have an idea?
If you want I can share you the github of my module, so you can help me easily

If I had to guess, it’s saying that “convert” isn’t a member of “Parameter To Argument”.

Did you have “convert” in your code somewhere?

System_Error | 2019-11-20 14:59