Visual Studio 2013 won't display line numbers for errors

Jul 5, 2014 at 1:15am
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

Jul 5, 2014 at 1:52am
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.
Jul 5, 2014 at 2:32am
Fixed it, my constructors were not set to default.
Topic archived. No new replies allowed.