Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Error when i try to compile a program.. A message is appeared saying that The system cannot find the file specified.

Any idea .. ??
Posted
Comments
[no name] 2-Jan-13 14:17pm    
What code have you written in your project. Mention the code of the line number at which this error appears.

1 solution

Check your #include statements - you have probably miss-spelled the file, or missed out the ".h" on the end. The error message should tell you the file name it is looking for, and (*probably) the line it is looking for it at. If not, you can search for the given file name.
 
Share this answer
 
Comments
Usman Hunjra 2-Jan-13 14:41pm    
The actual error is ..
unable to start program 'C:\Work_Space\Studio\M number of lines\debug\M number of lines.exe'.
The system cannot find the file specified
OriginalGriff 2-Jan-13 14:43pm    
Have you tried a clean and then a full rebuild?
Usman Hunjra 2-Jan-13 14:52pm    
clean .. I don't know how to clean ..???? Can you please tell me . ?!
OriginalGriff 2-Jan-13 14:56pm    
On the Menu bar, under "Build" - you should have "clean solution".

In theory it should be done when you do a full rebuild, but I'm never sure VS gets it right every time.
Usman Hunjra 2-Jan-13 14:55pm    
Yep .. I got it ..
Thank you Sir .. GOD Bless You ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900