I\'m attempting to refactor an old piece of code that was cobbled together in a hurry into something a little more elegant.
There are two pieces of the project, a wi
So after much grief I have found the answer to my issue.
Apparently Visual Studios didn't like how I added the file that contains that code into my project. I simply did an 'Add Existing'.
To solve the issue I created a new class, and copy/pasted the code from the other file:
Everything works fine now.