Skip to content

Commit 966154c

Browse files
Merge pull request #4706 from TylerMSFT/clrempty
address github #4300
2 parents 36d62f7 + 3d68388 commit 966154c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/dotnet/how-to-create-clr-console-applications-cpp-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can use the **CLR Console Application** template in the **New Project** dia
1515

1616
You can use the **CLR Console App** template in the **New Project** dialog to create a console app project that already has essential project references and files.
1717

18-
C++/CLI support isn't installed by default when you install a Visual Studio C++ workload. If you don't see a CLR heading under Visual C++ in the **New Project** dialog, you may need to install C++/CLI support. For more information, see [.NET programming with C++/CLI](../dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md).
18+
C++/CLI support isn't installed by default when you install a Visual Studio C++ workload. If you don't see a CLR heading under Visual C++ in the **New Project** dialog, you may need to install C++/CLI support. For more information, see [Install C++/CLI support in Visual Studio 2022](../dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md#install-ccli-support-in-visual-studio-2022).
1919

2020
::: moniker-end
2121
::: moniker range=">=msvc-160"

docs/dotnet/how-to-create-clr-empty-projects.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ To create a CLR empty project, use the **CLR Empty Project** template, which is
1818

1919
The **New Project** dialog box appears.
2020

21-
1. Under **Installed Templates**, click the **Visual C++** node; then click the **CLR** node. Choose the **CLR Empty Project** icon.
21+
1. Under **Installed Templates**, click the **Visual C++** node; then click the **CLR** node. Choose the **CLR Empty Project** icon. If you don't see the CLR empty project templates in the Create a new project dialog, you may need to install C++/CLI support. For more information, see [Install C++/CLI support in Visual Studio 2022](../dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md#install-ccli-support-in-visual-studio-2022).
22+
2223

2324
1. In the **Name** box, enter a unique name for your application.
2425

0 commit comments

Comments
 (0)