Visual Studio 2013 won't display line numbers for errors

So the Visual Studio 2013 IDE is not telling me where I am getting errors in my code, is there an option to display them?

I keep getting this:http://i62.tinypic.com/2nld2xd.png

Those are linker errors, not compiler errors, so they don't occur on a line in your source code. I would guess the problem is you have written prototypes for the two constructors mentioned but haven't defined them.
Fixed it, my constructors were not set to default.
Topic archived. No new replies allowed.