Compiler error after renaming type memeber

I rename type member and all instances of corresponding variable. However, compiler throw an error. When I rename all back - it works. How can I solve this issue?

your printscreen is showing declaration of typAxisCmd but output window is complaining about typAxisCommand. So I think there exist typAxisCommand in your project.

1 Like

Oh… That’s a silly mistake. Thanks for your time and help!

1 Like