Home > other >  Vs2019. Hello, world cannot run, always display error, unable to find to find the source file studio
Vs2019. Hello, world cannot run, always display error, unable to find to find the source file studio

Time:09-25


With vs2019, workload to choose c + + desktop process also and others to create a new project, create the original file, suffix changed.
Program is
# include

Int main ()
{
Printf (" hello, worlod! \n");
return 0;
}
Then displayed

E1696 cannot open source file "studio. H"
C1083: unable to open include file: "studio. H" : No to the file or directory








CodePudding user response:

The suffix changed.
cAsked some people don't understand, o great god answer

CodePudding user response:

Is the stdio
  • Related