Please read tips for efficient and successful posting and posting code
_ROOT Version: ROOT 6.24
_Platform: Windows 10
_Compiler: Visual Studio 2019
Dear ROOT community,
I’m trying to install ROOT on my Windows 10 OS, but I ran into this problem when starting a ROOT session:
input_line_1:1:10: fatal error: 'new' file not found
#include <new>
^~~~~
Replaced symbol atexit cannot be found in JIT!
Replaced symbol at_quick_exit cannot be found in JIT!
Replaced symbol __dllonexit cannot be found in JIT!
Replaced symbol _onexit cannot be found in JIT!
input_line_3:37:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
------------------------------------------------------------------
| Welcome to ROOT 6.24/02 https://root.cern |
| (c) 1995-2021, The ROOT Team; conception: R. Brun, F. Rademakers |
| Built for win32 on Jun 28 2021, 09:28:51 |
| From tags/v6-24-02@v6-24-02 |
| With MSVC 19.23.28107.0 |
| Try '.help', '.demo', '.license', '.credits', '.quit'/'.q' |
------------------------------------------------------------------
input_line_7:1:10: fatal error: 'iostream' file not found
#include <iostream>
^~~~~~~~~~
Can you help me solve this?
Thank you.