Description
I'm having significant issues getting the micro-profiler to work with on C++ projects with Visual Studio 2022.
I'm using VisualStudio 2022 (64bit, v17.4.2) and I attempted both downloading the plugin via the VisualStudio Markedplace and as .vsix and .msi releases from here (v2.0.650.0 and v2.0.653.0). The only other plugins would be the Qt-Addin (for Qt), Visual AssistX, and GitExtensions.
After installing the microprofiler get the relevant entries under extensions and the right-click context menu of my projects ("enable profiling" and - oddly enough - "remove profiling support" despite me not having added profiling support to the project yet). However clicking on either entry does not result in anything happening - "enable profiling" does not get check-marked, "remove profiling support" does not do anything.
Manually adding the profiling support (via the /GH /Gh switches and including the microprofiler library, as shown in the guide) does not change the state of either context menu. Rebuilding and launching the application will however not open the profiling window (nor will launching the application outside VisualStudio). I've tried removing the frontend.dll, which WILL cause an error to be thrown due to a missing dll, and not including the library file will result in compile errors so I assume the instrumentation is being included correctly, but I am at a loss as to why it does not work.