Maybe you're reusing your variable names for something else like a #define Macro? Check your global space, or better yet use ctrl+f to search the code for instances of these variable names.
@Computergeek01 I think you are correct, I changed the variable names and the code compiled! I cannot however find any place where I have created a #define for those variables. I will keep searching.