visual studio 2019 error MSB3073 extied with code 0

在用vs2019编译C++工程时,出现错误。

原因是设置的命令没有运行成功,需要将这条命令关闭。不编译就行了。

解决方法,打开property manager,打开property pages,将其中的Post-Build Event改成No。

操作方法View->Other windows->Property Manager->右键工程,选择Properties->Build Events->Post-Build Event。

将其中的Use In Build更改为No。

参考连接:

https://blog.csdn.net/wangmengmeng99/article/details/68926030

https://blog.csdn.net/zhounanzhaode/article/details/50373105

原文地址:https://www.cnblogs.com/helloworldtoyou/p/11542569.html

时间: 2024-10-12 19:04:31

visual studio 2019 error MSB3073 extied with code 0的相关文章

Visual Studio 2019 preview中体验C# 8.0新语法

准备工作: Visual Studio 2019 Preview版本中并没有包含所有的C# 8.0的新功能,但目前也有一些可以试用了.在开始之前,需要进行入两项设置: 将Framework设置为.net core 3.0 将C#语法设置为8.0 也可以直接编辑.csproj文件,修改TargetFramework和LangVersion为如下形式: <TargetFramework>netcoreapp3.0</TargetFramework>     <LangVersio

Visual Studio 2019 正式发布

原文链接: https://www.oschina.net/news/105629/vs2019-general-availability 如约而至,微软已于今天推出 Visual Studio 2019 正式版,一同发布的还有 Visual Studio 2019 for Mac. Visual Studio 2019 下载地址:https://visualstudio.microsoft.com/downloads/Visual Studio 2019 for Mac 下载地址:https:

visual studio 2019:error c2760

笔者在敲书上的练习题时(完全按照书上代码,没有语法错误),报"error c2760"错误. 代码出错位置(代码并没有问题): 在网上查找了一下,发现"c2760"错误许多人都有遇到过,并且给出的解决方案是,在项目属性中,选择"c/c++",再选择"语言",在右侧将符合模式改为"否"即可.虽然错误详情有所不同,但如果报错"c2760"基本上就是通过这样的方法解决.笔者之前也碰到过这样的问

我的全栈之路-C语言基础之Visual Studio 2019使用技巧

我的全栈之路-C语言基础之Visual Studio 2019使用技巧 我的全栈之路 5.1 Visual Studio 2019调试程序 在后期编写程序时,经验不足的开发人员通常会遇到两种错误:编译错误和运行时错误,编译错误通常是编写的程序不满足编译器的语法规范,而运行时错误则是程序运行时发生的错误,想要排查程序运行时的错误,就需要使用IDE提供的调试功能. 在源文件debug.c中定义一个返回两个整数相乘的方法mul,然后在main函数中定义两个变量,并调用两个整数相乘的方法,输出计算结果

Visual Studio 2019 编译.Net Core Console项目出现【MSB4018 The &quot;CreateAppHost&quot; task failed unexpectedly】 错误

需要测试一个小东东,使用Visual Studio 2019新建了一个.Net Core的Console程序,但是在编译的时候一直报错,死活编译不通过. 错误信息: Severity Code Description Project File Line Suppression State Error MSB4018 The "CreateAppHost" task failed unexpectedly. System.AggregateException: One or more e

Visual Studio 2019 使用 Live Share

一.前言 Visual Studio 2019 在今天发布(北京时间)了,这次带来了一个比较有趣的 Live Share 功能,使用它可以进行更好的协作开发.主要功能: 更多资料可看官方介绍: Visual Studio 实时共享 什么是Visual Studio Live Share? 二.Visual Studio Code 注意事项 Live Share 可以在 Visual Studio 2019 和 Visual Studio Code 上使用. 在 Visual Studio Cod

Visual Studio 2019 秘钥

*:first-child { margin-top: 0 !important; } .markdown-body>*:last-child { margin-bottom: 0 !important; } .markdown-body a:not([href]) { color: inherit; text-decoration: none; } .markdown-body .anchor { float: left; padding-right: 4px; margin-left: -2

Visual Studio 2019设置自定义头部注释

1.首先在VS的安装路径下找到如下几个文件夹: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ItemTemplates\CSharp\Code\2052 2.分别进入这几个文件夹中,将原文件备份至其他位置,修改后进行替换即可 3.友情提供自用表头注释 using System; using System.Collections.Generic;$if$ ($targetframeworkve

Compile OpenSSL with Visual Studio 2019

1. Download OpenSSL source code from https://github.com/openssl/openssl/releases. 2. Download and install ActivePerl from https://www.activestate.com/products/perl/downloads/ 3. Start the visual studio 2019 developer command tool "x64 Native Tools Co