简体   繁体   English

Visual Studio 2017 C ++ Win32控制台项目模板

[英]Visual Studio 2017 c++ win32 console project template

I am on Visual Studio Community 2017 v. 15.3.1 and I can't seem to find Win32 console application or Win32 project. 我正在使用Visual Studio Community 2017 v.15.3.1,但似乎找不到Win32控制台应用程序或Win32项目。 Still have empty c++ project template and Windows Console Application template. 仍然有空的c ++项目模板和Windows控制台应用程序模板。 On the start page, I still have win 32 console project available, but if I click it, I get a prompt about removing it from the list 在开始页面上,我仍然可以使用Win 32控制台项目,但是如果单击它,则会提示您从列表中删除它

EDIT: I have currently installed following Workloads: 编辑:我目前已安装以下工作负载:

  • Universal Windows Platform 通用Windows平台
  • Net desktop development 网络桌面开发
  • Desktop development with C++ 使用C ++进行桌面开发
  • Game Development with C++ 用C ++开发游戏
  • Visual Studio extensions development I've done no changes to workload configuration, save from adding a few extra components. Visual Studio扩展开发除了添加一些额外的组件之外,我没有对工作负载配置进行任何更改。

I've been fiddling with installer for a while but can't figure out which package I need for this. 我已经摆弄了一段时间的安装程序,但无法确定我需要哪个软件包。 Any suggestions? 有什么建议么?

The new updated changed some things. 新的更新更改了一些内容。 Go to file -> new project -> visual c++ -> windows desktop -> windows desktop wizard -> select whatever you want 转到文件->新项目-> Visual C ++-> Windows桌面-> Windows桌面向导->选择所需

If you haven't installed C++ at all (doesn't come by default as mentioned above) look here 如果您根本没有安装C ++(如上所述默认情况下没有默认安装),请查看此处

This seems to work. 这似乎有效。 Credit all goes to the original website! 归功于所有原始网站! :) :)
( https://developercommunity.visualstudio.com/content/problem/93159/cant-find-win32-console-application-for-new-projec.html ) https://developercommunity.visualstudio.com/content/problem/93159/cant-find-win32-console-application-for-new-projec.html

If you are using Visual Studio 2017, and can't find "win32 console project" after File ->> New ->> Project: 如果您使用的是Visual Studio 2017,并且在File->> New->> Project之后找不到“ win32 console project”:
( https://imgur.com/a/3mmgyP3 : VS 2017 "New Project" without "win32 console project" ) https://imgur.com/a/3mmgyP3:VS 2017“新项目”,没有“ win32控制台项目”)

Go to File ->> New ->> Project ->> Windows Desktop Wizard ->> select "Empty Project" 转到文件->>新建->>项目->> Windows桌面向导->>选择“空项目”

VISUAL STUDIO 2015 视觉工作室2015
( https://imgur.com/a/9H7sHfV : File ->> New ->> Project ->> "Win32 Console Application") https://imgur.com/a/9H7sHfV :文件->>新建->>项目->>“ Win32控制台应用程序”)

VISUAL STUDIO 2017 视觉工作室2017
( https://imgur.com/a/5Qqzf1L : File ->> New ->> Project ->> "Windows Desktop Wizard") https://imgur.com/a/5Qqzf1L :文件->>新建->>项目->>“ Windows桌面向导”)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将WIN32控制台项目模板添加到Visual Studio Community 2017 15.5.2吗? - Add WIN32 Console Project Template To Visual Studio Community 2017 15.5.2? 将C ++ Win32 Console项目类集成到Visual Studio 2008中的Visual C ++(Windows窗体应用程序)项目中 - Integrate C++ Win32 Console project classes into Visual C++ (Windows forms application) project in Visual Studio 2008 VS2017中缺少Win32控制台应用程序。 如何创建C ++空项目? - Win32 Console Application missing in VS2017. How to create C++ Empty Project? 如何使用 LoadIcon c++ win32 api 在 visual studio 2017 中将图标设置为 exe - How to set an icon to exe in visual studio 2017 using c++ win32 api by LoadIcon 是否可以在Visual Studio的Win32 C ++应用程序的控制台中进行调试? - Is it possible to debug in console in a Win32 C++ Application in Visual Studio? 使用Visual Studio 2012配置c ++ win32控制台应用程序 - Profile a c++ win32 console application with Visual Studio 2012 安装 C++ 组件后,在 Visual Studio 2015 中看不到 Win32 控制台应用程序 - Not seeing Win32 Console Application in Visual Studio 2015 after installing C++ components 为什么我的 C++/Win32 项目不能在 Visual Studio 之外工作? - Why won't my C++/Win32 project work outside of Visual Studio? 如何在Win32 C ++项目Visual Studio 2010中使用ActiveX dll - How to use ActiveX dll in win32 C++ project visual studio 2010 链接时,Visual Studio Win32 C ++项目非常慢 - Visual Studio Win32 C++ Project very slow when Linking
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM