I compile project in Visual Studio 2015 with Intel C++ Compiler 17 without any error. Modify some codes and compile again without any errors again.
But when I shutdown the computer and turn on again, compiler fails and throws this into output screen:
1>": : error : ** The compiler has encountered an unexpected problem.
1> ** Segmentation violation signal raised. **
1> Access violation or stack overflow. Please contact Intel Support for assistance.
1>
1> compilation aborted for ..\..\Sources\Shared\UnitTypes.cpp (code 4)
Last line can be anything. It isn't because of UnitTypes.cpp. It can be any class file in later errors. And in error list:
** The compiler has encountered an unexpected problem.
After that I have to build and compile the whole solution and it takes too much time. Everytime when I shutdown computer and open again, I have to do that.