If you have recently created the variable, it cannot have its instance or default value changed until you compile the class that contains it for the first time after adding that variable to the class. This might be why you’re having this problem. All you need is to compile the class again after you added the new variable to it.