[Solved] Unresolved External Symbol in C++ Header

Nevermind, figured it out after enough experimentation. Thanks to @Ron for the help. I apologize for rephrasing the question (didn’t know that it would erase your answer). If you run into the same problem… I ended up putting #pragma once at the top of the header file, declaring each variable with extern in the header … Read more