Stardust741953 2018-01-19 12:53 采纳率: 50%
浏览 9676
已采纳

cmake一直Failed to run MSBuild command

图片说明图片说明
这是错误报告。如果有需要的话,下面是CMakeLists.txt:
cmake_minimum_required (VERSION 2.6)
project (Tutorial)

The version number.

set (Tutorial_VERSION_MAJOR 1)
set (Tutorial_VERSION_MINOR 0)

configure a header file to pass some of the CMake settings

to the source code

configure_file (
"${PROJECT_SOURCE_DIR}/TutorialConfig.h.in"
"${PROJECT_BINARY_DIR}/TutorialConfig.h"
)

add the binary tree to the search path for include files

so that we will find TutorialConfig.h

include_directories("${PROJECT_BINARY_DIR}")

add the executable

add_executable(Tutorial tutorial.cxx)

vs版本是2015,修复了一次还是不行,cmake版本是3.10.2

求教

  • 写回答

3条回答 默认 最新

  • ty0_0 2018-01-19 15:40
    关注

    你给的cmake不全,初步看,我怀疑是需要安装windows8.1 SDK

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥50 如何增强飞上天的树莓派的热点信号强度,以使得笔记本可以在地面实现远程桌面连接
  • ¥15 MCNP里如何定义多个源?
  • ¥20 双层网络上信息-疾病传播
  • ¥50 paddlepaddle pinn
  • ¥20 idea运行测试代码报错问题
  • ¥15 网络监控:网络故障告警通知
  • ¥15 django项目运行报编码错误
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services
  • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏