Only the values of TArray elements are not displayed in the Visual Studio Debugger

As you can see in the image, we have just added an element to the TArray of type int32, but we cannot see the value of the element in the debugger. There is probably no problem in allocating memory, and I can actually get the elements using Tests[n].
 
Incidentally, in another project, this problem does not occur.

How can I get the values to show up?

346984-unknown.png

Same issue, it went where this morning, after an install requirement of visual studio, suddenly debugger not work for FString & TArray data structure, no idea what’s happening and how to do…

same issue