Variables not defining in header files

Hello. Once again I am running into issues with using header files in VEXCode c++. When I try to define variables such as motor powers in my .h file, it will not let me use it in my main.cpp file as it claims I am redefining the variables, even though I put them in the header guards. Where and how should I define variables for certain header files?