I am attempting to link a simple header file to my main and cpp programs. I transported the project from another machine and was working after I linked the project through build options. HOWEVER when I added another variable and function to the header, the cpp file does not recognize this addition. I rebulit--no luck. I removed the include and readded--no luck.
Obviously, I am making some error in linking. Suggestions?