Describe the bug
The tests fail to build. For example:
C:\Users\user\GIT\Acid\Tests\TestPhysics\MainApp.cpp : fatal error C1001: An internal error has occurred in the compiler. [C:\Users\user\GIT\Acid\build\Tests\TestPhysics\TestPhysics.vcxproj]
(compiler file 'd:\agent\_work\3\s\src\vctools\compiler\utc\src\p2\main.c', line 187)
To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\CL.exe. You will be prompted to send an error report to Microsoft later.
INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\CL.exe'
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
cl : Command line error D8040: error creating or communicating with child process [C:\Users\user\GIT\Acid\build\Tests\TestPhysics\TestPhysics.vcxproj]
To Reproduce
git clone this repo
install dependencies with vcpkg
generate Visual Studio Community Release 2017, x64 solution with cmake-gui using the vcpkg toolchain
build the solution
Expected behaviour
All tests should build properly.
Describe the bug The tests fail to build. For example:
To Reproduce
Expected behaviour All tests should build properly.
Hardware:
Additional context