05-02-2022
01:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-02-2022
01:12 PM
I am trying to install the 2023 Developer Tools, but it tells me that it 'Could not find any version of Microsoft Visual Studio'. I have 'Visual Studio Professional 2022 installed'. Any tips as to what I may be doing wrong?
Solved! Go to Solution.
05-02-2022
02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-02-2022
02:24 PM
Hi,
you need to install Visual Studio 2019.
Then you will be able to instal SDK.
Then you can simple copy the the Addin Templete from Folder 2019 and past in Folder 2022.
Documents\Visual Studio 2019\Templates\ProjectTemplates
to
Documents\Visual Studio 2022\Templates\ProjectTemplates
05-03-2022
05:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-03-2022
05:24 AM
Thank you so much. I will give that a shot and let you know how it comes out.