views:

44

answers:

1

When I debug the my game, it works. But if I open my game's exe file that is stored in my project debug file, it shows as being 3 days old. The file is not getting updated.

Any ideas why?

+1  A: 

Go to

Project->Properties->Linker->Command Line

and check the value of

/OUT:

field. It probably should be different from the "debug" folder that you are checking.

Ensure that you are checking it appropriately for "Debug" and "Release" configurations

Chubsdad
@Ramiz Toma: did this resolve your issue?
Chubsdad
it pointed to the same file
Ramiz Toma