Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

C++ IDE code editor structure windows is blank on Windows 10 machine – workaround

Several developers reporting an issue where the C++Builder IDE code editor structure window was blank after they upgraded their Windows machine to Windows 10. The issue is reproducible on these scenarios:

In our R&D testing, we have reproduced the issue on 2 machines after upgrading to Windows 10

Once the upgrade to Windows 10 has finished, the structure pane for C++ applications is blank.

Microsoft has noted the issue with J# 2.0 on Windows 10. The workaround is:

  1. Uninstall the Microsoft Visual J# 2.0 Redistributable Package
  2. As the uninstaller is broken, you must enter into the registry and delete all the entries with ‘J#’
  3. Reboot the machine
  4. Install the Microsoft Visual J# 2.0 Redistributable Package:
    • 32bit: http://www.microsoft.com/en-us/download/confirmation.aspx?id=4712
    • 64bit: http://www.microsoft.com/en-us/download/confirmation.aspx?id=15468
  5. Reboot the machine
Exit mobile version