[Solved] Unresolved reference to constructor which is defined [duplicate]


After attempting to create a MCVE as suggested by @inetknght (thanks BTW), I discovered that it was actually a bug in Visual Studio Express 2013. I copied all my source files to a new project, so I could keep removing stuff to get the smallest example, however it compiled fine in the new project.

When attempting to fix the original project, I cleaned the solution, manually deleted the object files, deleted the .sdf file in the project. None of that worked. Then I tried removing the TestLanguage.cpp file from the project and adding it back – and it worked.

Hopefully this will help any others who experience this.

2

solved Unresolved reference to constructor which is defined [duplicate]