How can I create a C++ project in Visual Studio 2010 Ultimate

sai kiran grandhi

I was new to Visual Studio and I want it to debug some of my c++ files.

The VS 2010 Ultimate was already installed in my lab system.

Now to debug after referring to internet and also here I came to know that we need to start a new project as below

File -> New -> Project -> Visual C# -> Win32 -> Win32 Console application

But in my VS there was no Win32 under Visual C# but there was Windows in which there was Console application, which I selected.

Then we need to add the C++ files under the source files directory. But I didn't find any such directory in this console application.

Is there any problem with installation or configuration. Can anyone please help me.

alexbuisson

the correct path to start a win32 C++ console project is

File -> New -> Project -> Visual C++ -> Win32 -> Win32 Console application

and if you don ´t find path it mean that you.have a custom setup. find your setup DVD and/or use Add and Remove program to " modify " the setup. When installation program ask for the component you need check the C++ box. finish the setup and and after you will have a specific section for c++ project ....

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I make a Visual Studio 2015 C++ project compatible with Visual Studio 2010?

From Dev

I can't link my Visual Studio 2010 project with Poco C++ libraries

From Dev

Can I create an Outlook 2010 add in in Visual Studio Professional 2013?

From Dev

How can I use files in one project to create a library in another project in Visual Studio?

From Dev

how can i open a btm file in visual studio 2010

From Dev

New c++ project at visual studio 2010

From Dev

How do I get 100% code coverage for "catch with rethrow" block in VB.NET in Visual Studio 2010 Ultimate?

From Dev

Why can't I create Shared Project in Visual Studio 2015?

From Dev

Can I create a Visual Studio project file from files on a server?

From Dev

Can I Create a Project from Existing Code in Visual Studio Code

From Dev

How to import a class from another project in Visual Studio 2013 Ultimate

From Dev

How to deploy windows app store project (Visual Studio Ultimate 2012)

From Dev

How can I create SQL Server Database Project In Visual Studio 2013?

From Dev

Can I buy Visual Studio 2013 ULTIMATE without MSDN?

From Dev

How can I find out what type of c# project I'm using in Visual Studio 2017?

From Dev

How can I view the main form in a Visual Studio Visual C++ Win32 Project so I can edit it?

From Dev

How can I view the main form in a Visual Studio Visual C++ Win32 Project so I can edit it?

From Dev

How to create a XAML Basic Page item in Visual Studio 2015 Ultimate?

From Dev

Launching a C++ project from a .NET project in Visual Studio 2010

From Dev

How can I use RTMPDump from a Visual Studio C++ project?

From Dev

How can I use RTMPDump from a Visual Studio C++ project?

From Dev

How can I enable/disable command in Visual Studio 2017 VSIX C# project

From Dev

How can I get the build number of a Visual Studio project to increment?

From Dev

How can I share a Visual Studio project across computers easily?

From Java

How can I rename a project folder from within Visual Studio?

From Dev

How can I get with PowerShell the project version in Visual Studio?

From Dev

How to use msbuild to build a Visual Studio 2010 project with 2012 C++ runtime libraries?

From Dev

How to add an existing project to a current solution programmatically in visual studio 2010 using c#

From Dev

Adding Access Database to Project in Visual Studio 2010 using c#

Related Related

  1. 1

    How do I make a Visual Studio 2015 C++ project compatible with Visual Studio 2010?

  2. 2

    I can't link my Visual Studio 2010 project with Poco C++ libraries

  3. 3

    Can I create an Outlook 2010 add in in Visual Studio Professional 2013?

  4. 4

    How can I use files in one project to create a library in another project in Visual Studio?

  5. 5

    how can i open a btm file in visual studio 2010

  6. 6

    New c++ project at visual studio 2010

  7. 7

    How do I get 100% code coverage for "catch with rethrow" block in VB.NET in Visual Studio 2010 Ultimate?

  8. 8

    Why can't I create Shared Project in Visual Studio 2015?

  9. 9

    Can I create a Visual Studio project file from files on a server?

  10. 10

    Can I Create a Project from Existing Code in Visual Studio Code

  11. 11

    How to import a class from another project in Visual Studio 2013 Ultimate

  12. 12

    How to deploy windows app store project (Visual Studio Ultimate 2012)

  13. 13

    How can I create SQL Server Database Project In Visual Studio 2013?

  14. 14

    Can I buy Visual Studio 2013 ULTIMATE without MSDN?

  15. 15

    How can I find out what type of c# project I'm using in Visual Studio 2017?

  16. 16

    How can I view the main form in a Visual Studio Visual C++ Win32 Project so I can edit it?

  17. 17

    How can I view the main form in a Visual Studio Visual C++ Win32 Project so I can edit it?

  18. 18

    How to create a XAML Basic Page item in Visual Studio 2015 Ultimate?

  19. 19

    Launching a C++ project from a .NET project in Visual Studio 2010

  20. 20

    How can I use RTMPDump from a Visual Studio C++ project?

  21. 21

    How can I use RTMPDump from a Visual Studio C++ project?

  22. 22

    How can I enable/disable command in Visual Studio 2017 VSIX C# project

  23. 23

    How can I get the build number of a Visual Studio project to increment?

  24. 24

    How can I share a Visual Studio project across computers easily?

  25. 25

    How can I rename a project folder from within Visual Studio?

  26. 26

    How can I get with PowerShell the project version in Visual Studio?

  27. 27

    How to use msbuild to build a Visual Studio 2010 project with 2012 C++ runtime libraries?

  28. 28

    How to add an existing project to a current solution programmatically in visual studio 2010 using c#

  29. 29

    Adding Access Database to Project in Visual Studio 2010 using c#

HotTag

Archive