Hello @Vito,
Welcome to Microsoft Q&A forum.
Normally Visual Studio(a user mode application) should not directly cause a BSOD, as it doesn’t have the privilege to access kernel mode. Probably there’s something wrong with the graphics card/graphics driver/memory... I recommend checking the graphics driver like versions, known issues… and check if there are some hardware issues.
For Windows OS, you may try chkdsk(it checks the file system and file system metadata of a volume for logical and physical errors). Run CMD as administrator and run chkdsk C: /r /scan
command.
Also, please run CMD as administrator and run following commands: DISM.exe /Online /Cleanup-image /Restorehealth
, make sure no errors and then run sfc /scannow
command(SFC tool helps to repair the corrupted system files).
For Visual Studio, please try to repair VS, from VS Installer => More => Repair.
I may also suggest you post this question on Windows Community, in case the issue is caused by Windows OS.
Sincerely,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.