How come there's is no exefile if you rightclick under you're project and choose Open folder in Windows Explorer and there is no .exe file not under Debug or projectdirectory?
|
feedback
|
|
Here are a couple steps that should help to solve the problem. After opening your project in Visual Studio:
If you just set up a new Visual Studio project, the default path is:
so your path would be something like
| |||||
feedback
|
|
You'll have to build/debug the project at least ones.
| |||
|
feedback
|
|
It should be under your debug or release folder for a c++ project, under the bin folder for a .net project. Are you sure that the project has been built? | |||||||||
feedback
|