116,196 questions
Advice
0
votes
1
replies
22
views
How to manage build order for C++ 20 modules in MSVC (vcxproj)?
I am creating a new project heavily laveraging C++ 20 modules in Visual Studio 2022.
For me it is working perfectly as I can successfully build my sources, the only drawback is I still do not know how ...
-1
votes
0
answers
32
views
Swagger not showing v2 data in UI with no way of changing [closed]
I'm implementing some versioning in my Minimal API for .NET 8 and I've hit a bit of a snag.
My documentation won't load the v2 API doc into Swagger when I run the application.
I have this Swagger ...
1
vote
1
answer
94
views
Prevent Visual Studio from autocorrecting (in this case quotes don't overwrite)
If I select something and then type quotes, it doesn't replace as expected, it just puts quotes around the selected text.
select
type one quote (")
instead of the expected
or
How do I ...
-1
votes
0
answers
78
views
What caused an unexpected build error in C# with Visual Studio [closed]
I have a C# program, and I am using Microsoft Visual Studio. I have been able to build and run the program without any issue for a long time. Now, unexpectedly I get this error:
I:\source\megaSearch\...
-5
votes
0
answers
112
views
New version of Visual Studio 2026 gives internal compiler error when compiling reflect.h [closed]
I installed the new Visual Studio 2026, and last I checked reflect.h from reflect-cpp was compiling, but no longer. It gives a internal compiler error C1001.
The version I'm using is 18.0.2 (from the ...
-2
votes
0
answers
30
views
Cypress Application Crashes when Clicking E2E [closed]
Suddenly My Cypress App crashes when I click on E2E
This is the error I am getting
Circular symlink detected: "C:\Users\PoojaPatel\AppData\Local\Application Data" points to "C:\Users\...
-4
votes
0
answers
111
views
The error line is not present in build output, how can I get it there?
I'm building a Visual Studio solution, consisting out of 54 projects. There are several error lines, the first is:
The system cannot find the file '!(bindpath.bin)\somefile.dll'.
In the output ...
0
votes
1
answer
47
views
Visual Studio munges characters in build event command lines
In a command line of a pre-build event in a VS 2026 C++ project, I have the line
git log -1 --date=format:%G --output=year.tmp --format="%cd"
which is supposed to write the numerical year of ...
0
votes
1
answer
71
views
How to link a RPi library using Visual Studio CMake?
I am trying to learn RPi dev
I cannot use an IDE on the RPi, because ultimately the RPi needs to run without a GUI (Incompatible with hardware I intend to use), so I want to use Visual Studio (or ...
-1
votes
1
answer
146
views
How can I show a wide string simply as a string?
This is the situation as I'm seeing it in my watch-window:
I'd like to see only the string "AutoOutput", not the pointer value (in case I need it, I might always disable the corresponding ...
0
votes
0
answers
73
views
C# extended control not appearing in Toolbox
I'm new to C# and I'm currently trying to extend a control. The project compiles fine, but unlike every other tutorial/resource I've seen, the extended control does not show up in the toolbox.
This is ...
0
votes
0
answers
53
views
How to fix IIS Express profile error in Visual Studio 2022? [closed]
I am trying to run my .NET project in Visual Studio, but whenever I start the application—whether using Debug or Run—I get an error popup saying:
This project doesn't know how to run the profile with ...
0
votes
0
answers
44
views
How to create/update .rdl file in Visual Studio 2022
I want to update multiple reports for my project. Currently I am able to update the report using visual Studio 19, but I need to use Visual Studio 2022 to create and update the reports.
Also for ...
0
votes
1
answer
79
views
Unreal Engine 5.6 compile error "SetEnv" path too long
I was facing this issue a lot where you can't rebuild your game from unreal engine and it always comes with 1 error "SetEnv" path too long, most of you all might face this issue in the ...
0
votes
0
answers
55
views
Visual Studio 2026 - F# MAUI fails with "DEP1700: The recipe file ..." is missing
I recently installed Visual Studio 2026.
My program is written in F# with MAUI.
With Visual Studio 2022 it was working so far, since I installed VS 2026, it fails on VS 2022 as well. Prior VS 2026 I ...