Can not find or open pdb file in microsoft visual c++

So I'm trying to write a program for a pong game using a tutorial online. Every time i try to run my program its telling me "Cannot find or open pdb file" I have tried running Microsoft visual c++ as administrator and checking the box next to the Microsoft symbol server. I only get a black console screen with a blinking cursor.

Can someone smarter then me help me?

thanks
-T
pdb is this:

http://msdn.microsoft.com/en-us/library/yd4f8bd1%28v=vs.71%29.aspx

they are used for debugging. They shouldn't prevent your program from running if they are missing.

I suggest that you delete all generated files (including *.sdf) and rebuild your project
Have you tried running 'Clean %s' (see Build menu) then 'Rebuild %s'?

[Replace %s for name of your project]

Are you in debug mode?
Topic archived. No new replies allowed.