I have recently installed R tools (RTVS) for Visual Studio 2017
https://learn.microsoft.com/en-gb/visualstudio/rtvs/installing-r-tools-for-visual-studio
I am running version 15.5.6 of Visual Studio 2017.
The installation of the R tools addin appeared to be successful. However, whenever I attempt to create a new R project template via Visual Studio it crashes with the following fault exception:
Faulting application name: devenv.exe, version: 15.0.27130.2027, time stamp: 0x5a6aa180 Faulting module name: ucrtbase.dll, version: 10.0.14393.1770, time stamp: 0x59bf2b5a Exception code: 0xc0000409 Fault offset: 0x00087fb2 Faulting process id: 0x23f0 Faulting application start time: 0x01d3a0213174216c Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe Faulting module path: C:\windows\System32\ucrtbase.dll Report Id: ebed811f-1841-48db-8dca-251cedb31ab0 Faulting package full name: Faulting package-relative application ID:
Has anyone else had similar issues? Are there any known fixes for this?