Support Board
Date/Time: Wed, 27 Nov 2024 00:43:31 +0000
Post From: ACSIL Programming Support
[2023-10-12 09:03:33] |
User177741 - Posts: 48 |
Hi, For those looking for a good solution and find this post, I suggest this. 1. Install Visual Studio Code (I recommend the system version rather than the user version): https://code.visualstudio.com/download# 2. Install C++ complier (I recommend build tools for Visual Studio - do get the latest version): https://aka.ms/vs/17/release/vs_BuildTools.exe 3. After you install the build tools a dialog box pops up. Install the C++ work environment 4. Open VS Code and install the C/C++ Extensions Pack 5. Open the ACS_Source folder in VS Code... and there you have everything you need. |