<small id='rMGC1'></small><noframes id='rMGC1'>

    <tfoot id='rMGC1'></tfoot>

          <bdo id='rMGC1'></bdo><ul id='rMGC1'></ul>
        <legend id='rMGC1'><style id='rMGC1'><dir id='rMGC1'><q id='rMGC1'></q></dir></style></legend>
      1. <i id='rMGC1'><tr id='rMGC1'><dt id='rMGC1'><q id='rMGC1'><span id='rMGC1'><b id='rMGC1'><form id='rMGC1'><ins id='rMGC1'></ins><ul id='rMGC1'></ul><sub id='rMGC1'></sub></form><legend id='rMGC1'></legend><bdo id='rMGC1'><pre id='rMGC1'><center id='rMGC1'></center></pre></bdo></b><th id='rMGC1'></th></span></q></dt></tr></i><div id='rMGC1'><tfoot id='rMGC1'></tfoot><dl id='rMGC1'><fieldset id='rMGC1'></fieldset></dl></div>

        Visual Studio 2013/2015 C++ 项模板丢失

        Visual Studio 2013/2015 C++ Item Templates Missing(Visual Studio 2013/2015 C++ 项模板丢失)
          <bdo id='WowkI'></bdo><ul id='WowkI'></ul>
            <tbody id='WowkI'></tbody>

            <small id='WowkI'></small><noframes id='WowkI'>

            • <i id='WowkI'><tr id='WowkI'><dt id='WowkI'><q id='WowkI'><span id='WowkI'><b id='WowkI'><form id='WowkI'><ins id='WowkI'></ins><ul id='WowkI'></ul><sub id='WowkI'></sub></form><legend id='WowkI'></legend><bdo id='WowkI'><pre id='WowkI'><center id='WowkI'></center></pre></bdo></b><th id='WowkI'></th></span></q></dt></tr></i><div id='WowkI'><tfoot id='WowkI'></tfoot><dl id='WowkI'><fieldset id='WowkI'></fieldset></dl></div>

                <legend id='WowkI'><style id='WowkI'><dir id='WowkI'><q id='WowkI'></q></dir></style></legend>
                1. <tfoot id='WowkI'></tfoot>

                  本文介绍了Visual Studio 2013/2015 C++ 项模板丢失的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试为 Visual Studio 2013(专业)C++ 项目制作一些简单的项目模板,但 Visual Studio 似乎在与我作斗争.我开始使用 File ->导出模板... 向导,它完成并生成了一个 zip 文件,但遗憾的是,新模板在 Add New Item 对话框中无处可见,所以我开始手动编辑它看看我能不能解决它.

                  I am trying to make some simple Item Templates for Visual Studio 2013 (Professional) C++ projects, but Visual Studio seems to be fighting with me. I started using the File -> Export Template... wizard, which completed and generated a zip file, but alas, the new template was nowhere to be seen on the Add New Item dialog, so I started manually editing it to see if I could fix it.

                  这是我的测试 .vstemplate 文件:

                  Here is my test .vstemplate file:

                  <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
                    <TemplateData>
                      <DefaultName>test</DefaultName>
                      <Name>Test</Name>
                      <Description>Test item template.</Description>
                      <ProjectType>VC</ProjectType>
                      <!--<SortOrder>10</SortOrder>-->
                      <Icon>icon.ico</Icon>
                    </TemplateData>
                    <TemplateContent>
                      <ProjectItem TargetFileName="$fileinputname$.h" ReplaceParameters="true">test.h</ProjectItem>
                    </TemplateContent>
                  </VSTemplate>
                  

                  我尝试将 VCVisualC 用于 <ProjectType> 并将模板放在各种文件夹中,包括压缩和扩展形式.

                  I've tried using both VC and VisualC for <ProjectType> and placing the template in various folders, in both zipped and expanded forms.

                  在将 更改为 CSharp 并创建一个 C# 项目后,它立即显示出来.有趣的是,如果 %USERPROFILE%DocumentsVisual Studio 2013TemplatesItemTemplatesVisual C# 目录为空,则模板现在将显示在 %USERPROFILE%DocumentsVisual Studio 2013TemplatesItemTemplates%USERPROFILE%DocumentsVisual Studio 2013TemplatesItemTemplatesVisual C++ Project 目录,但如果它的副本也在 >Visual C# 目录它在新项目对话框中出现两次...

                  After changing <ProjectType> to CSharp and creating a C# project it shows up immediately. Interestingly, if the %USERPROFILE%DocumentsVisual Studio 2013TemplatesItemTemplatesVisual C# directory is empty, the template will now show up if it is in %USERPROFILE%DocumentsVisual Studio 2013TemplatesItemTemplates or %USERPROFILE%DocumentsVisual Studio 2013TemplatesItemTemplatesVisual C++ Project directories, but if a copy of it is also in the Visual C# directory it shows up twice in the new item dialog...

                  我知道 Visual Studio 2013 Express RC 存在一个错误,其中新建项目"对话框根本不会显示任何模板,甚至是内置模板,所以我认为这可能是 Visual Studio 中的一个错误,或者只是微软对 C++ 令人不安的漠视的另一个例子.

                  I know there was a bug with the Visual Studio 2013 Express RC where the New Item dialog wouldn't show any templates at all, even the built-in ones, so I'm thinking this might be a bug in Visual Studio, or just another example of Microsoft's disturbing disregard for C++.

                  这里有什么我遗漏的地方还是 VS2013 的错误?如果是这样,有人知道任何解决方法吗?

                  Is there something I'm missing here or is this a bug with VS2013? If so does anyone know of any workaround?

                  这个问题在 Visual Studio 2015 RC 中仍然存在

                  This problem still exists in Visual Studio 2015 RC

                  推荐答案

                  遇到同样的问题.对我有用的解决方法是使用 VS2013 Express 版本,其中 C++ 项模板工作得很好(就像它们在 VS2012 Pro/Express 中所做的一样).我不知道为什么这个方便的功能已从 Pro 版中删除,但在免费快速版中继续工作.

                  Having the same problem. The workaround that works for me is to use the VS2013 Express edition, where C++ Item templates work just fine (just like they did in VS2012 Pro/Express). I have no clue why this handy functionality has been removed from the Pro edition but keeps on working in the free express edition.

                  这篇关于Visual Studio 2013/2015 C++ 项模板丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Constructor initialization Vs assignment(构造函数初始化 Vs 赋值)
                  Is a `=default` move constructor equivalent to a member-wise move constructor?(`=default` 移动构造函数是否等同于成员移动构造函数?)
                  Has the new C++11 member initialization feature at declaration made initialization lists obsolete?(声明时新的 C++11 成员初始化功能是否使初始化列表过时了?)
                  Order of constructor call in virtual inheritance(虚继承中构造函数调用的顺序)
                  How to use sfinae for selecting constructors?(如何使用 sfinae 选择构造函数?)
                  Initializing a union with a non-trivial constructor(使用非平凡的构造函数初始化联合)
                    <bdo id='RxQnZ'></bdo><ul id='RxQnZ'></ul>

                      • <tfoot id='RxQnZ'></tfoot>

                      • <legend id='RxQnZ'><style id='RxQnZ'><dir id='RxQnZ'><q id='RxQnZ'></q></dir></style></legend>
                          <tbody id='RxQnZ'></tbody>
                          1. <small id='RxQnZ'></small><noframes id='RxQnZ'>

                          2. <i id='RxQnZ'><tr id='RxQnZ'><dt id='RxQnZ'><q id='RxQnZ'><span id='RxQnZ'><b id='RxQnZ'><form id='RxQnZ'><ins id='RxQnZ'></ins><ul id='RxQnZ'></ul><sub id='RxQnZ'></sub></form><legend id='RxQnZ'></legend><bdo id='RxQnZ'><pre id='RxQnZ'><center id='RxQnZ'></center></pre></bdo></b><th id='RxQnZ'></th></span></q></dt></tr></i><div id='RxQnZ'><tfoot id='RxQnZ'></tfoot><dl id='RxQnZ'><fieldset id='RxQnZ'></fieldset></dl></div>