I have re-installed it and YES I have tried to check the path to see if the file is there (the .exe file is there).
I cannot, for the life of me, seem to get this thing to work.
I tried everything of the following:
http://social.msdn.microsoft.com/Forums/vstudio/en-US/e60f9f37-69ad-47f3-b1d3-132aabe68f86/unable-to-start-program-the-system-cannot-find-the-file-specified?forum=vsdebug
http://social.msdn.microsoft.com/Forums/vstudio/en-US/4253e88a-7a32-48fd-b2fa-093bf41fcb38/unable-to-start-program-cexe-the-system-cannot-find-the-file-specified?forum=visualstudiogeneral
http://social.msdn.microsoft.com/Forums/vstudio/en-US/9816c136-e07b-4540-b63b-a3ed36e24ed8/unable-to-start-program-the-system-cannot-find-specified-path?forum=vsdebug
http://social.msdn.microsoft.com/Forums/vstudio/en-US/3b8ffe5b-7b71-4218-a8fd-b8e8cb5e6168/unable-to-start-debugging-unable-to-start-programthe-system-cannot-find-the-file-specified?forum=vsdebug
VS C++ 2010 seems to have an issue with me ! Please tell me how to fix! I tried doing this on TWO different computers and TWO diffeent versions of the VS (2005 and 2010) and they both showed me same issues. I reinstalled it and installed in (newly) to my other desktop but they are both giving me the same message. I checked if my code was wrong but honestly it was THIS:
#include <stdio.h>
int main(void){
printf("Hello\n");
return 0;
}
IT WAS NOTHING AND IT SHOULDN'T HAVE GIVEN ME TROUBLE. I'm actually pretty sure something is conspiring against me, but in the meanwhile, please help me! I'm desperate...
Thanks in advance,
Lil
THIS is the picture btw:
http://imgur.com/X5TvFZw
http://imgur.com/GQcyiHX