Visual Studio
August 2, 2023Less than 1 minute
Visual Studio
TemplateClass
/******************************************************************
** $safeitemrootname$.cpp
** @Author : BanMing
** @Date : $time$
** @Description :
*******************************************************************/
/******************************************************************
** @File : $FILE_BASE$.$FILE_EXT$
** @Author : BanMing
** @Date : $DATE$
** @Description :
*******************************************************************/
重置编辑器
devenv.exe /resetsettings
devenv.exe /resetuserdata
输出在debug面板
使用函数:OutputDebugString
Incredibuild
--------------------Build System Warning---------------------------------------
Checking MSBuild version:
Cannot load version info from: �l�R�ct Visual Studio Solution File, Format VersionMSBuild\Current\Bin\amd64\, Error: 123
-------------------------------------------------------------------------------
--------------------Build System Warning---------------------------------------
Visual Studio does not include an English language pack:
This version of Visual Studio does not include a built-in English language pack.
For the best Incredibuild experience, it is highly recommended to install a Visual Studio English language pack.
-------------------------------------------------------------------------------
Build ID: {184494E3-2125-4767-B661-F6D0037AE45A}
Active code page: 437
The filename, directory name, or volume label syntax is incorrect.
2 build system warning(s):
- Checking MSBuild version
- Visual Studio does not include an English language pack
解决方案:
- On your machine, in the Window Search, type in Region
- A window should appear, go to the Administrative tab
- A Region Settings window will pop up, ensure the Current system locale is English (United States), and the checkbox is uncheck for 'Beta: Use Unicode UTF-8 for worldwide language support'. See screenshot below as reference.
- You can try a build to see if this takes away the messages, but a machine restart may be needed after making any changes.