When I try to create an object I get a LNK2001 error in Visual Studio, it\'s a problem with the constructor I think since changing the constructor changes the error.
I had the same error. It turned out that one necessary function was commented out. When I uncommented this function, the error disappeared.