Compile error at Ex10_09
Hi! I got the following Error while I try to Build Ex10_09:
Error 1 error C1001: An internal error has occurred in the compiler. c:\users\alexandros\documents\visual studio 2013\projects\ex10_09\ex10_09\person.h 35 1 Ex10_09
Here is the output:
1>------ Build started: Project: Ex10_09, Configuration: Debug Win32 ------
1> Ex10_09.cpp
1>c:\users\alexandros\documents\visual studio 2013\projects\ex10_09\ex10_09\person.h(35): fatal error C1001: An internal error has occurred in the compiler.
1> (compiler file 'msc1.cpp', line 1325)
1> To work around this problem, try simplifying or changing the program near the locations listed above.
1> Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information
1> INTERNAL COMPILER ERROR in 'C:\Program Files\Microsoft Visual Studio 12.0\VC\bin\CL.exe'
1> Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Please advise.
Thanks
|