Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6984761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:35:29+00:00 2026-05-27T18:35:29+00:00

I have a very simple C++ application. #include <stdio.h> #include <iostream> int main(int argc,

  • 0

I have a very simple C++ application.

#include <stdio.h>
#include <iostream>

int main(int argc, char argv[]) {
  cout << "hi" << endl;
}

When I compile for the first time in debug mode, Visual Studio complains “Unable to start program ..\Debug\myprogram.exe. The system cannot find the file specified.”

However, I think that this is obvious because I am compiling for the first time, right? This executable should not exist yet, so why is Visual Studio balking at compiling?

Thanks for your help.

Also, when I build, the following log appears:

When I build (Build->Build solution.), this log appears:

1>------ Build started: Project: print_digits, Configuration: Debug Win32 ------
1>Build started 12/23/2011 4:32:17 PM.
1>InitializeBuildStatus:
1>  Creating "Debug\print_digits.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>FinalizeBuildStatus:
1>  Deleting file "Debug\print_digits.unsuccessfulbuild".
1>  Touching "Debug\print_digits.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:00.08

It says build succeeded, but no executable is being built for some reason.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T18:35:29+00:00Added an answer on May 27, 2026 at 6:35 pm

    A couple of problems here:

    1) This error is about trying to RUN the program, not compile it:

    “Unable to start program ..\Debug\myprogram.exe. The system cannot
    find the file specified.”

    2) Probably the reason it can’t find the program is because it FAILED to COMPILE.

    Here are the errors I got from your source:

    tmp.cpp(5) : error C2065: 'cout' : undeclared identifier
    tmp.cpp(5) : error C2297: '<<' : illegal, right operand has type 'char [3]'
    tmp.cpp(5) : error C2065: 'endl' : undeclared identifier
    tmp.cpp(6) : warning C4508: 'main' : function should return a value; 'void' return type assumed
    

    You should be able to fix these particular errors if you add “using namespace std;”

    Get a clean compile, and you should be able to run the debugger 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very simple WPF application in which I am using data binding
I have a very simple .net application for testing SMTP on .net. But i
I have built a very simple blog application using Ruby on Rails. New to
We have a very simple ASP.NET web application comprising mostly static content and a
Very simple Qt GUI application: On the scene I have multiple circles implemented as
My use case is very simple : I have a GUI application, and inside
in my application I made a very simple binding. I have a NSMutableArray bound
I have a simple iPhone application that is very similar to the Page Control
I have developed a simple location aware iPhone application which is functionally working very
I have a very simple problem. I have an application which is written in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.