VS2012 error:required file Tracker.exe is missing solution

Source: Internet
Author: User
Tags format definition save file

Initial use of VC2012 Results report error:required file Tracker.exe is missing. Search from Baidu, a lot of solutions are not reliable, found that the English version of the reliable

The connection is as follows:

http://connect.microsoft.com/VisualStudio/feedback/details/540902

is actually finding your project file xxxx.vcxproj, using the editor to open, is the XML format definition file, find the keyword PropertyGroup

You will find several such configurations, and then insert the following code near such a key:

<!--For example in the project file-->
<PropertyGroup>
<TrackFileAccess>false</TrackFileAccess>
</PropertyGroup>

After joining, the code for my project file is defined as follows:

</ItemGroup>
<PropertyGroup>
<TrackFileAccess>false</TrackFileAccess>
</PropertyGroup>
<propertygroup label= "Globals" >
<ProjectGuid>{325EC88B-5F85-493D-92C0-E5CEBCA0BB39}</ProjectGuid>
<RootNamespace>MFCQQChat</RootNamespace>
<Keyword>MFCProj</Keyword>
</PropertyGroup>
<import project= "$ (vctargetspath) \microsoft.cpp.default.props"/>
<propertygroup condition= "' $ (Configuration) |$ (Platform) ' = = ' debug| Win32 ' "label=" Configuration ">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v110_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Static</UseOfMfc>
</PropertyGroup> save file, compile run, pass ....

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.