VS2012 error : Required file tracker.exe is missing 解决办法(转)
初次使用VC2012 ,结果报告error : Required file tracker.exe is missing 。从百度上搜索一遍,很多解决办法不靠谱,搜到靠谱的是英文版
连接如下:
/news/upload/ueditor/image/202209/kjsliqrd4we for example in the project file -->
<PropertyGroup>
<TrackFileAccess>false</TrackFileAccess>
</PropertyGroup>
加入后,我的项目文件的代码定义像下面这个样子:
</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>
保存文件后,编译运行,通过!!!!
版权声明
本文仅代表作者观点,不代表博信信息网立场。