Open project properties. > Configration Manager> Active Solution Platform> select Create> and follow my screenshot. After that, your performance analysis will begin.
The project is not recognized because you configured it using x64. (As you can see from your first screenshot under Note )
Win32
Since your project is created in 64-bit operating systems, you need to manually associate the project with win32 sys, so the profiler recognizes the project as a win32 project.
http://en.wikipedia.org/wiki/Windows_API
I will leave it here, as it may be useful for some users.
Saving projects in Visual Studio should be done methodically and sequentially.
If a project is created and saved in a folder (for example), folder A on drive C, then the folders are rearranged, and then the project is in folder A, but folder A was transferred to drive D (or any changes). Visual Studio cannot find the project.
Be sure to check that all of your files for this project are in the correct folders. You need to open a subfolder and make sure that all files for your project are present.
Please see my screenshots. It doesn't matter why my folders are arranged the way they are, suffice it to say that it was easier for me to store them with program files on drive C.
Note that the file in the first vspx screen extension is a visual studio performance report.
Visual Studio Project Folder
Visual Studio Subdirectory
This may or may not answer your question. Please advise if you need further assistance.
Short cut
VS version
Long steps - which give you more options
VS debug menu
VS Configuraion Manager Try this (this is the same answer to both links):
<ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration>
http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/56dcdb2a-5e30-4015-bc14-244f99f07b8b
Profiling with CMake, C ++, and Visual Studio 2012
And this link also.
Add the files to a directory outside the project, and then refer to these directories in the "Additional inclusion directories" in the properties β Configuration Properties β C / C ++ β General.
VC ++ Visual Studio added .hpp files to a subdirectory, but get "Error: cannot open source file ..."
You can run the performance wizard on the Analysis tab.
This is a known bug in VS.
Without seeing your computer, itβs hard to understand what else I can offer. I know that it is important to go through all the suggested steps to deal with the problem. If I find anything else, I'll let you know.
Please note that my project is a downloaded sample.