I have this const int private member in a class that produces an "uninitialized error" in the compiler for some reason, and I don't know why. At first I thought it was because I didn't assign it a value in the constructor, but then I added the code to do that, and it still gives the same error.

Any ideas?